bostrot / wsl2-distro-manager

A GUI to quickly manage your WSL2 instances
https://apps.microsoft.com/store/detail/wsl-manager/9NWS9K95NMJB
Other
1.92k stars 114 forks source link

[BUG] cannot install from msix #176

Closed Uj947nXmRqV2nRaWshKtHzTvckUUpD closed 1 year ago

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 1 year ago

Is there an existing issue for this?

Current Behavior

cannot install from msix (portable zip works)

This app package’s publisher certificate could not be verified. Contact your system administrator or the app developer to obtain a new app package with verified certificates. The root certificate and all immediate certificates of the signature in the app package must be verified (0x800B010A)

Expected Behavior

able to install

Steps To Reproduce

dl msix wsl2-distro-manager-v1.8.4-unsigned.msix, run it

Environment

- Windows Version: 11
- wsl2 1.2.5.0
- fedora remix distro 38

Anything else?

No response

github-actions[bot] commented 1 year ago

Hello there! As you are a first time Issuer please read our Code of Conduct. Please also check whether your issue description is reasonable and complete. If you are having an issue always include the version you are using (WSL, this app, Windows) as well as a way to reproduce it.

bostrot commented 1 year ago

Yes, that is correct. That is an unsigned msix. The only thing you can do here is install the signed msix from older releases.

I'd suggest you just use a package manager (see readme) to install it.

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 1 year ago

in the readme it is specified that using this command should work: Add-AppPackage -Path .\wsl2-distro-manager-v1.x.x-unsigned.msix -AllowUnsigned

maybe it could be good to remove it from releases and also from the readme to avoid confusion for new comers.

bostrot commented 1 year ago

Makes sense. I updated it.