Press "Enter" to skip to content

How to Install appx/appxbundle/eappxbundle File on Windows 10

*If It throws an error, down below you can find some fixes to common errors.

How to Install MSIXBundles on Windows 10 & 11

Learn how to quickly install MSIXBundle files on your PC

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

Updated on March 14, 2023
Reviewed by 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

  • 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.

X INSTALL 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

  • What are MSIXBundles?
  • How to Install MSIXBundle on Windows 10 and 11?
  • 1. On Windows 10
  • 1.1. Use the App Installer
  • 1.2. Use PowerShell
  • 2. On Windows 11
  • 2.1. Using App Installer
  • 2.2. Use PowerShell

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”)
  • Kodicast for Windows: Download & Install Guide
  • 4 Ways to Recover Data From Virtual Disk [Quick Steps]
  • How to view saved WiFi passwords on Windows 11
  • How to correct dictation mistakes in Microsoft Word

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 experiencing issues?

SPONSORED

If the above suggestions have not solved your problem, your computer may experience more severe Windows troubles. We suggest choosing an all-in-one solution like Fortect to fix problems efficiently. After installation, just click the View&Fix button and then press Start Repair.

  • App Installer
  • MSIXBundle

How to Install appx/appxbundle/eappxbundle File on Windows 10

Microsoft’s universal Windows platform applications use the .Appx, .AppxBundle or .EAppxBundle file format. They were created to be installed from the Windows Store, but Windows 10 allows you to do it from anywhere.

Do you find our CONTENT USEFUL? Please HELP US continue our labour by donating today!

  • First step (how to install eappxbundle)
  • Install an .Appx, .AppxBundle or .EAppxBundle Package Using the Graphical Installer
  • Install an .Appx, .AppxBundle or .EAppxBundle Package With PowerShell
  • Fix common errors
    • PC out of space
    • Access to files denied

    First step (how to install eappxbundle)

    You can only install .Appx, .EAppxBundle or .AppxBundle software if sideloading is enabled on your Windows 10 PC. Sideloading is enabled by default starting with the November Update, but sideloading may be disabled on some devices.

    To check if sideloading is enabled, go to Settings > Update & Security > For Developers. Also, you can just open Start, type “Developer” and click on “Developer settings” .

    If everything is ok you will see something like this:

    Install an .Appx, .AppxBundle or .EAppxBundle Package Using the Graphical Installer

    On Windows 10’s Anniversary Update, Microsoft added “App Installer” tool that allows you to install .Appx, .EAppxBundle or .AppxBundle applications graphically. To install them, just click twice on the package.

    Can’t you install it? No problem, follow the method exposed below.

    Install an .Appx, .AppxBundle or .EAppxBundle Package With PowerShell

    To install a package with PowerShell follow the next steps.

    1. Run PowerShell as administrator. To do this you just got to search “windows powershell” and use right-click.

    2. Copy the package path. You can take it from the top bar and add the filename at the end.

    3. Run the following code on Windows PowerShell:

    Add-AppxPackage -Path "THE PATH YOU COPIED"

    It may take time depending on the file size so do not be impatient.

    *If It throws an error, down below you can find some fixes to common errors.

    Once it ends you can find the final folder on your local disk under the folder WindowsApps.

    Fix common errors

    It is normal to get an error while we are trying to unpackage a appx/appxbundle/eappxbundle file. Here you got fixes to the most common errors installing packages.

    PC out of space

    When your PC is running out of space you want to keep apps in a separate location.

    1. Open Storage settings

    2. Click on “Change where new content is saved”

    3. Change the location where apps are saved

    Access to files denied

    If the files inside appx/appxbundle/eappxbundle package are encrypted you will have to follow the next steps to get access.

    More information -> https://www.maketecheasier.com/access-windowsapps-folder-windows-10/

    Leave a Reply Cancel reply

    Related Content

    • How to Fix “Ethernet/WiFi doesn’t have a valid ip…
    • Download Office for Free Microsoft Office 365 (Windows/Mac)
    • Bootcamp Error “Windows cannot locate the disk and…

    Info

    We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.

    Privacy & Cookies Policy

    Privacy Overview

    This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.

    Always Enabled

    Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.

    Non-necessary

    Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.

Comments are closed, but trackbacks and pingbacks are open.