Download Article
An easy-to-follow guide on installing MSI files on Windows 10 or 11
Download Article
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.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.
-
6Click Close or Finish . You'll see a final message in the installation wizard when your installation is complete.
Advertisement
-
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
- 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 [[kbd|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 . [1] X Research source
Advertisement
Expert Q&A
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
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
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
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
Advertisement
References
About This Article
Article Summary
X
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
.
Did this summary help you?
Thanks to all authors for creating a page that has been read 92,277 times.
Advertisement