Can't install msix
See original GitHub issueSupport Question
Hi. I want to try the new PowerShell-7.0.0-preview.3-win-x64.msix
, but I got a This app package is not supported for installation by App Installer because it uses certain restricted capabilities.
How to solve this? I have googled it but get nothing. Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:18
- Comments:16 (4 by maintainers)
Top Results From Across the Web
Troubleshoot installation issues with the App Installer file
If the App Installer cannot install the app, these steps will help identify the installation issue. Verify app package file installation.
Read more >Can't install MSIX - Please add traditional installers
I have admin access to install software, but it seems whatever is needed to run MSIX is not included on any of the...
Read more >MSIX Packaging Tool Known Issues and Troubleshooting ...
The MSIX Packaging Tool driver is delivered as a Feature on Demand (FOD) package from Windows Update. It will fail to install if...
Read more >How to Fix "This App Package Is Not Supported for ...
2. Install Msixbundle Apps Using the App Installer · Go to the App Installer page on Microsoft Store. · Click on Install to...
Read more >Troubleshooting MSIX Installation Errors with the Free ...
Cause of the issue: The main application is required to be installed before installing the MSIX Modification Package.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, I notified @SteveL-MSFT on Twitter when I ran into this.
I had to actually enable Developer Mode in my Security settings on windows 10, and then I also had to install it using
Add-AppxPackage -Path $PathToMsix
before it would let me install it.It’s not Store signed so you can’t just install it. As @vexx32 noted, you have to be in Developer mode and use the cmdlet to side-load it. At some point, we will be publishing this to the Store.