Thinstall_RegApplication
Description
Section titled “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
Section titled “Syntax”Thinstall_RegApplication(sProductID) As Boolean
Parameters
Section titled “Parameters”sProductID (String)
Section titled “sProductID (String)”Product name
Example
Section titled “Example”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()Related functions
Section titled “Related functions”Thinstall_UnRegApplication Constants Package Property Variables