How to destributed unsigned or self-signed MSIX using Windows Package Manager/winget

rhubarb.geek.nz 61 Reputation points
2022-06-06T15:21:59.183+00:00

I have a UWP application packaged as an MSIX.

I want to distribute it via Windows Package Manager/winget-cli

As I understand it, MSIX has to be signed to be installed.

If I sign it with a self-signed certificate it is rejected, because that certificate is not installed on the target machine.

Do I have to purchase a Code Signing certificate?

Is there no other option?

Microsoft Partner Center | Other
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2022-06-07T02:03:28.85+00:00

    Hello,

    Welcome to Microsoft Q&A!

    Windows Package Manager usage is out of the scope of the tag. But just talk about the sideload feature of UWP apps, it is required to have your app be signed by a certificate that is trusted in local machine. There is no other way if you want to sideload the app. It depends on you which certificate you want to use but the certificate must be trusted and installed on the local machine.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.