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

Scripting Guidelines

 

Related functions

Thinstall_RegApplication