To install a package using the command line
-
Open Command Prompt
-
From the command window, type msiexec /i [package|product_code] and then press ENTER.
Where:
package is the name of the Windows Installer package file.
product_code 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.
