Thinstall_Complete

Description

Complete Thinstall package installation

 

Syntax

Thinstall_Complete() As Boolean

 

Example

VBScript
If bStatus Then bStatus = Thinstall_Init()
If bStatus Then bStatus = Thinstall_RegApplication("CapaInstaller")
If bStatus Then bStatus = Thinstall_RegExtension("CapaInstaller", ".cis", "C:\CapaInstaller.exe")
If bStatus Then bStatus = Thinstall_Complete()

Scripting Guidelines

 

Related functions

Thinstall_Init