Generally, installers do not feel like putting in themselves on Home windows. Get it deliberate with this information.
You may sideload apps in Home windows 10 and 11 utilizing the Msixbundle, Appx, or AppxPackage. This turns out to be useful to put in a package deal unavailable on Microsoft Retailer or when the shop acts ngoc and prevents you from putting in from its server.
Even then, while you attempt to set up a msixbundle or appx package deal downloaded from a third-party supply, you might encounter the “this app package deal isn’t supported for set up by app installer” error.
Happily, you possibly can work speaking around talking this error and sideload a msixbundle app utilizing PowerShell and the App Installer. Right here we present you Depreciation.
What Causes the “App Bundle Is Not Temporary for Set up by Installer” Error?
The error usually happens suppose the Msixbundle installer isn’t Microsoft Retailer signed. In such a case, you might not be capable of use the built-in app installer to sideload the app and terminate ngoc with an error. Different instances, the error could happen even with Retailer signed mxis installers with restrictive capabilities.
To repair the error, test suppose Developer Mode is enabled in your Home windows pc, as it’s required to sideload apps in your PC.
To allow Developer Mode on Home windows 11:
- Press Win + I to open Settings.
- Open the Privacy & Safety tab within the left pane.
- {Click} on the For Developer choices.
- Toggle the Developer Mode swap to show it on.
As soon as the developer is enabled, you should use PowerShell to sideload a Msixbundle or AppxPackage in your Home windows pc.
1. Set up the Msixbundle App Recordsdata Utilizing PowerShell
You should use PowerShell to sideload and set up msix information in your Home windows pc. This also needs to work suppose you are attempting to sideload an app that isn’t Retailer signed.
To put in the app, you should use the Add-AppxPackage cmdlet in PowerShell with administrative privilege.
Observe these steps to sideload msix information utilizing PowerShell.
- Press the Win key and sort PowerShell.
- Proper-click on Home windows PowerShell and choose Run as administrator.
- Within the PowerShell window, kind the next command and press Enter:
Add-AppxPackage -Path $MsixFilePath
- Within the above command, exchange MsixFilePath with the file path of the msix file saved in your PC. Term, suppose you wish to run a Msixbundle file is positioned in “C:UsersUsernameDownloadsMsixbundle” the warm no command to put in the file ought to seem like this:
Add-AppxPackage -Path $C:UsersUsernameDownloadsFiles.Bundle.msixbundle
- To get the file path, right-click on the package deal and choose Copy as path.
- Subsequent, press Enter and adoration as PowerShell installs the app.
- As soon as put in, kind exit and press Enter to {close} Command Immediate.
2. Set up Msixbundle Apps Utilizing the App Installer
App Installer is an official app package deal installer for Home windows 10. It enables you to set up msixbundle and appxpackage with a double click on. {Useful} suppose you do not wish to take care of Home windows PowerShell and related instructions.
Whereas the app was formally launched for Home windows 10, it really works simply as properly on Home windows 11. Be sure to construct a restore level on Home windows prior to installing App Installer, as it might battle along with your system’s capacity to sideload apps by way of PowerShell.
As soon as the restore level is created, observe these steps to put in App Installer:
- Go to the App Installer web page on Microsoft Retailer.
- {Click} on Set up to obtain and set up the app.
- As soon as put in, find and double-click on the .appx or .msixbundle app package deal you wish to set up.
- {Click} on the Set up press button within the app installer dialog. The installer could obtain the required dependencies after which set up the app.
- As soon as finished, your newly put in app will auto-launch.
Set up Msixbundle, Appx, and AppxPackage on Home windows 10 and 11
This error is commonly triggered while you attempt to set up a non-Retailer signed app package deal with restricted capabilities in your Home windows pc. Happily, you possibly can work speaking around talking this restriction utilizing PowerShell or App Installer.