Uninstall
- Last UpdatedAug 18, 2026
- 1 minute read
Complete removal of an installation can be accomplished by several methods.
-
Removing it from the Control Panel using the Add or Remove Programs option in the usual way. To open the Control Panel, type Control Panel in the Start menu search box and then press enter.
-
Right clicking on the MSI file that installed it, and selecting Uninstall
-
Running the command MSIEXEC /X [Path to Original MSI]
-
Running the command MSIEXEC /X {ProductCode of MSI}
Removal of individual Features is also possible from the command Line, using the REMOVE property or by changing the installation state via the Add/Remove Programs applet.