How to Install MSIXBundles on Windows 10 & 11

Learn how to quickly install MSIXBundle files on your PC

by Sagar Naresh
Sagar Naresh
Sagar Naresh
Content Analyst
Sagar is a web developer and technology journalist. Currently associated with WindowsReport and SamMobile. When not writing, he is either at the gym sweating it out or playing... read more
Reviewed by Alex Serban
Alex Serban
Alex Serban
Windows Server & Networking Expert
After moving away from the corporate work-style, Alex has found rewards in a lifestyle of constant analysis, team coordination and pestering his colleagues. Holding an MCSA Windows Server... read more
Affiliate Disclosure
  • MSIXBundle file can contain packages of different versions of the installer.
  • It makes the deployment of packages of multiple versions much easier.
  • You can use the official App Installer app from the Microsoft Store to install such files.

XINSTALL BY CLICKING THE DOWNLOAD FILE
To fix various PC problems, we recommend Restoro PC Repair Tool:
This software will repair common computer errors, protect you from file loss, malware, hardware failure and optimize your PC for maximum performance. Fix PC issues and remove viruses now in 3 easy steps:

  1. Download Restoro PC Repair Tool that comes with Patented Technologies (patent available here).
  2. Click Start Scan to find Windows issues that could be causing PC problems.
  3. Click Repair All to fix issues affecting your computer's security and performance
  • Restoro has been downloaded by 0 readers this month.

Using Msixbundle, Appx, or AppxPackage, you can easily install or sideload third-party apps on your Windows 10 or 11 PC. This could come in handy for apps that aren’t available on the Microsoft Store.

Also, you can use Msixbundle, Appx, or AppxPackage to install apps from outside in case the Microsoft Store throws up errors or the server is not responding. In this guide, we will show you how to install Msixbundle on Windows 10 and 11.

What are MSIXBundles?

MSIXBundle is Microsoft’s own package format that allows for safer and more reliable deployment of multiple MSIX packages, each of which can support different architecture.

This means that the MSIXBundle can contain packages for both the x86 installer version and the x64 version of the installer.

It would mean better and easier distribution of MSIX Bundle for applications for each architecture. Also, by using the MSIXBundle you have to simply upload that MSIX Bundle to your distribution location, and the app installer will take care of the rest.

How to Install MSIXBundle on Windows 10 and 11?

In this article

1. On Windows 10

1.1. Use the App Installer

  1. Open the Microsoft Store on your PC.
  2. In the search bar, type App Installer.
  3. Install the App Installer.
  4. You will find the App Installer as Microsoft.DesktopAppInstaller, when you run the Appx-Package in PowerShell.
  5. To verify this, open the Start menu by pressing the Win key.
  6. Open Windows PowerShell as an admin.
  7. Type the below command and press Enter. get-appxpackage *installer*
  8. Open the MSIXBundle file, you will see the App Installer prompt.
  9. Click Install.

Using the Microsoft App Installer to install the MSIXBundle file will not only save you the hassle of running commands. It is pretty straightforward and easy to use.

1.2. Use PowerShell

  1. Open the Start menu by pressing the Win key.
  2. Open Windows PowerShell as an admin.
  3. Type the below command and press Enter. Appx-Package -Path "X:\Path\to\File.Appx" (For example Add-AppxPackage -Path “D:\Appx\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe.Appx”)

2. On Windows 11

2.1. Using App Installer

  1. Open the Microsoft Store on your PC.
  2. In the search bar, type App Installer.
  3. Install the App Installer.
  4. You will find the App Installer as Microsoft.DesktopAppInstaller, when you run the Appx-Package in PowerShell.
  5. Type the below command and press Enter. get-appxpackage *installer*
  6. Open the MSIXBundle file, you will see the App Installer prompt.
  7. Click Install.

2.2. Use PowerShell

  1. Open the Start menu by pressing the Win key.
  2. Open Windows PowerShell as an admin.
  3. Type the below command and press Enter. Appx-Package -Path "X:\Path\to\File.Appx" (For example Add-AppxPackage -Path “D:\Appx\Microsoft.VCLibs.140.00_14.0.30704.0_x86__8wekyb3d8bbwe.Appx”)

That is it from us in this guide. Here, we have properly explained all the steps you can follow on your Windows 10 or 11 PC to install MSIXBundle files.

Several users have reported that they are getting an error message The app package is not supported for installation error. If you are also experiencing this problem, you should refer to our guide and fix the problem.

Moreover, if you are getting the This Installation Package Could not be Opened error then you can check out the solutions mentioned in our guide to fixing the problem.

In case you have any questions, feel free to comment below.

Still having issues? Fix them with this tool:

SPONSORED

If the advices above haven't solved your issue, your PC may experience deeper Windows problems. We recommend downloading this PC Repair tool (rated Great on TrustPilot.com) to easily address them. After installation, simply click the Start Scan button and then press on Repair All.

This article covers:Topics: