Skip to content

How to deploy winui app without Code Signing certificate? #9152

Answered by DarranRowe
steam3d asked this question in Q&A
Discussion options

You must be logged in to vote

The certificate is really only there for the .msix package. So the easiest option is to not use the package. Create your first WinUI 3 project gives the steps for making a project unpackaged.

If you want both the .msix package and no code signing certificate, then you are out of luck. Windows needs the package to be signed by a trusted certificate before you install it. If you are in a limited business environment or you are distributing these applications to a very small group of people who trust you, then you can use either a business certificate from the business' CA, or a self signed certificate.

If you do set the project to unpackaged, you should be able to copy the contents of the o…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@steam3d
Comment options

@DarranRowe
Comment options

@llothar
Comment options

Answer selected by steam3d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants