When installing PowerShell-7.0.1-win-x86.msix
:
Cannot open app package
Publisher: Microsoft Corporation
Version: 7.0.1.0
This app package is not supported for installation by App Installer because it uses certain restricted capabilities.
However PowerShell-7.0.1-win-x64.msi
installs perfectly.
According to the documentation, you must use the Add-AppxPackage
cmdlet:
Add-AppxPackage PowerShell-7.0.1-win-x64.msix
I just double-click on file...
This issue has been marked as answered and has not had any activity for 1 day. It has been closed for housekeeping purposes.
Most helpful comment
According to the documentation, you must use the
Add-AppxPackage
cmdlet: