|
Navigation: Click-Script Guide > Reference > Setup > Uninstall Software |
|
Uninstalls a software from the computer. It loads the information from the last setup from the uninstaller database file (suninstall.dat) located in the installation directory (%InstallDir%) of your application. Note that when the information of the last installation is loaded, all the state of the last installation is restored, including the variables' value, so the value of the variables you have changed during the current installation will be ignored.
If you are created a trusted setup program, you cannot include this action inside a remote block.
Syntax:
Uninstall Software ( Result , Software's ID ) |
Parameters:
Result |
The numeric variable that will store the uninstaller's result. |
Software's ID |
The string that identifies the software in the Add/Remove control's panel applet, normally it is the company's name followed by the software's name. |