PDF download Download Article
An easy-to-follow guide on installing MSI files on Windows 10 or 11
PDF download 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.
Method 1
Method 1 of 2:

Installing an MSI File

PDF download Download Article
  1. 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.
  2. Advertisement
  3. 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.
  4. This will start the installation wizard, and start installing the program.
    • If you're prompted, click Run in the confirmation pop-up.
  5. 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.
  6. 6
    Click Close or Finish . You'll see a final message in the installation wizard when your installation is complete.
  7. Advertisement
Method 2
Method 2 of 2:

Using the Command Prompt

PDF download Download Article
  1. 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 .
  2. 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]
  3. Advertisement

Expert Q&A

Ask a Question
      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.
      Submit a Tip
      All tip submissions are carefully reviewed before being published
      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.
      Advertisement

      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 77,587 times.

      Is this article up to date?

      Advertisement