Installing MSI Files
Some MSI files will not install by simply double clicking them, when this happens, please do the following:
- Click Start
- Type "cmd"
- Run Command Prompt as an Administrator by doing either of the following:
- Right click it and select Run as Administrator
- Or with it highlighted press Ctrl+Shift+Enter
- Change to the directory where the installer is downloaded to.
- If this is the downloads folder use:
- cd %userprofile%\Downloads
- If this is the downloads folder use:
- Use the command:
- msiexec /i install.msi
- Replace install.msi with the filename of the MSI installer
- msiexec /i install.msi