To remove a package using the command line

  1. Open Command Prompt

  2. From the command window, type msiexec /x [package|ProductCode] and then press ENTER.

    Where:

    package is the name of the Windows Installer package file.

    ProductCode is the globally unique identifier (GUID) of the Windows Installer package.

Note

  • To open command prompt, click Start, point to All Programs, point to Accessories, and then click Command Prompt..

  • Windows Installer command-line switches are not case-sensitive.

  • For more information on the command-line options, see Related Topics.