...
Uninstalls an InstallShield installation.
Syntax
Appl_UninstallISAppl(sSearchString) as Boolean
Parameters
sSearchString (String)
Name of InstallShield entry in Windows Application Manager
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = App_UnstallISAppl("Adobe Acrobat") |