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()
Â