Thinstall_RegApplication

Description

When a Thinstall application is deployed it is not registered as an installed product. Thinstall_RegApplication will register application so that it is visible for the management solution

 

Syntax

Thinstall_RegApplication(sProductID) As Boolean

 

Parameters

sProductID (String)

Product name

 

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_UnRegApplication