question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't install msix

See original GitHub issue

Support 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:closed
  • Created 4 years ago
  • Reactions:18
  • Comments:16 (4 by maintainers)

github_iconTop GitHub Comments

15reactions
vexx32commented, Aug 31, 2019

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.

9reactions
SteveL-MSFTcommented, Sep 17, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found