This article was co-authored by wikiHow staff writer, Travis Boylls. Travis has been a tech writer at wikiHow for more than 10 years. He has also worked in technical support for Dish Network and AT&T Wireless. He studied graphic design and web design at Pikes Peak Community College. He specializes in Windows, macOS, Linux, Android, iOS, and video game consoles. Travis has had a fascination with computers and technology that goes all the way back to childhood. He is proficient in all manner of software and computer operating systems.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 110,320 times.
Learn more...
Do you need to install MSI files on Windows 10 or 11? MSI files are Microsoft Windows Installer files. These files work natively in Windows to install applications and software. To install an MSI file on Windows 11, Windows 10, and earlier versions, just double-click the file and follow the on-screen instructions. You can also use the Command Prompt (CMD) or Powershell to install an MSI file. This wikiHow teaches you how to install programs using MSI files in Windows 10 or 11.
Things You Should Know
- You will need to be signed in as an administrator to install MSI files.
- To install a program from an MSI file, just double-click the file ending with .MSI.
- You can also use the command "msiexec /i [location of MSI file]" to install an MSI file using the Command Prompt or Powershell.
Steps
-
Sign in as an administrator. You need to be logged in as an administrator in order to install a program using an MSI file. Either log into Windows using an administrative account or talk to a system administrator and see if they can make your account an administrative account.
-
Press ⊞ Win+E to open File Explorer . File Explorer has an icon that resembles a folder with a blue clip. You can either click the File Explorer icon or use the keyboard shortcut to open File Explorer.[1]Advertisement
-
Navigate to the MSI file. Use File Explorer to navigate to the location of the MSI file you want to install. If it's a file you downloaded from the Internet, it will most likely be in your Downloads folder.
-
Double-click the file to run it. This will start the installation wizard, and start installing the program.
- If you're prompted, click Run in the confirmation pop-up.
-
Follow the installation wizard's prompts. The installation wizard will guide you through the setup and install the program contained in this MSI file.
- The installation steps may vary for different programs. You may be prompted to select an installation location on your computer, or select and unselect program components to install.
-
Click Close or Finish. You'll see a final message in the installation wizard when your installation is complete.
-
Open the Command Prompt as an administrator . To do this, you must be logged into Windows as an administrator. Use the following steps to open the Command Prompt as an administrator:
- Click the Windows Start menu.
- Type cmd.
- Right-click the Command Prompt icon.
- Click Run as administrator
-
Type msiexec /i [path to MSI file]. Replace "[path to MSI file] with the path to the location of the MSI file. The "msiexec /i" command is used to install an MSI file using the command prompt.</ref>https://kb.foxit.com/s/articles/360040660611-How-to-install-MSI-from-command-line-with-administrator</ref>
- For example, if the MSI file is located in your Downloads folder, you would type something like msiexec /i C:\Users\username\Downloads\program.msi.
-
Press ↵ Enter. This will start installing the program using the MSI file you entered in the command prompt. This will either launch an installation wizard or it will install the program in the same location as the MSI file.
- Alternatively, you can open MSI files in PowerShell, but you need to install the MSI PowerShell installer first. To do so, type msi-installer and press Enter. Then you can install MSI file using the same command you would use in the Command Prompt.
- To uninstall an MSI file using this command, type msiexec /x [path to MSI file] and press Enter.[2]
Expert Q&A
Video
Tips
-
You can't install an MSI file on a Mac. However, you can open the MSI file using an archive program like Winzip or 7-Zip. This is similar to how you would open a zip file. This will allow you to see what's inside the file.Thanks
Warnings
- Though MSI files are generally considered safe, there is always a possibility that they may contain viruses or malware. Always be cautious when installing programs using MSI files.Thanks
References
About This Article
1. Navigate to the MSI file.
2. Double-click the file to run it.
3. Follow the installation wizard's prompts.
4. Click Close or Finish.