Skip to content

Thinstall\_RegApplication

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

Thinstall_RegApplication(sProductID) As Boolean

sProductID (String)

Product name

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

Thinstall_UnRegApplication