Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msix build cannot install #39

Open
SierraKomodo opened this issue Jul 6, 2023 · 3 comments
Open

msix build cannot install #39

SierraKomodo opened this issue Jul 6, 2023 · 3 comments

Comments

@SierraKomodo
Copy link

The .msix build available in releases for version 1.6.0 won't let me install, for the following reason:

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)

@winseros
Copy link
Owner

Hi, It will not work out of the box.

Honestly I did not think someone would use MSIX, and made the MSIX just to check if I can and if it will work.

For MSIX to work, it has to be signed by a certificate, issued by a global trusted authority, like GlobalSign or DigiCert. Such a certificate is not free and it costs much, thus I did not sign the package.

If you need, there is a way around. Developers use it when they make/test something that requires paid certificates on their machines. You can generate a self-signed certificate, sign the package with it and make your machine trust the certificate. This way the machine will consider the package trusted and will agree to run it.

@winseros
Copy link
Owner

winseros commented Jul 13, 2023

Or I can sign the MSIX with own self-signed certificate and share the certificate.

@winseros
Copy link
Owner

A workaround for installing MSIX is implemented in v1.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants