Thinstall_UnRegApplication
Description
Unregister application
Â
Syntax
Thinstall_UnRegApplication(sProductID) As Boolean
Â
Parameters
sProductIDÂ (String)
Product name
Â
Example
VBScript
If bStatus Then bStatus = Thinstall_Init() If bStatus Then bStatus = Thinstall_UnRegApplication("CapaInstaller") If bStatus Then bStatus = Thinstall_UnRegExtension("CapaInstaller", ".cis") If bStatus Then bStatus = Thinstall_Complete()
Â