Wednesday, July 24, 2013

To install a package using the command line



  1. Open Command Prompt
  2. 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.