msix icon indicating copy to clipboard operation
msix copied to clipboard

Creating a msix is working but I cannot install it

Open chrisDK1977 opened this issue 2 years ago • 2 comments

Creating a msix is working but I cannot install it because of:

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

I was going this way: https://docs.flutter.dev/desktop#msix-packaging -> ... Use the following instructions to generate a self-signed .pfx certificate...

How can I get to work it on my local machine and how can I get it to work inside a company without the windows app store as it is just interesting for a few people? How can I get a certificate signed by a Certificate Authority known to Windows (Distributing your application by self hosting it on a website requires a certificate signed by a Certificate Authority known to Windows.)

chrisDK1977 avatar May 17 '22 21:05 chrisDK1977

I am also having this issue

austinn avatar May 29 '22 21:05 austinn

I found a way to install for test. Right click your msix file, then properties-digital signature-details-view certification-install. Install into the trusted root certification organization. Then the msix can install.

daydreary avatar Jul 29 '22 02:07 daydreary

@daydreary Thanks for your solution.

YehudaKremer avatar Oct 06 '22 06:10 YehudaKremer