Skip to Content

Installshield: Product Code

If you need to silently uninstall an InstallShield-built MSI application via the command line, you must use the correct Product Code syntax: msiexec.exe /x YOUR-PRODUCT-CODE-GUID-HERE /qn Use code with caution. /x : Triggers the uninstallation.