What are the steps to create an exe from UWP WinRT code that will not be added to the Windows Store

David Hoffman 41 Reputation points
2022-03-14T16:19:52.773+00:00

I did this once, but I having difficulty remembering or finding the web page that gives the steps on how to perform this. Could someone help me. I remember that I had to create a certificate to do this, but beyond that, I don't remember much. Thanks for your help.

Universal Windows Platform (UWP)
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,637 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Roy Li - MSFT 32,731 Reputation points Microsoft Vendor
    2022-03-16T01:27:03.837+00:00

    Hello,

    Welcome to Microsoft Q&A!

    If you want to sideload your app into another machine, you could check this document: Generate an app package. This is the official document that shows the steps about how to create a sideload app and install it.

    I then did some research and found a web page that listed all the steps you had to perform on the code a runnable exe.

    Is that web page official documentation from Microsoft? If not, we suggest you use the same way that comes from the official document. And due to the forum policy, we won't suggest other third party links here.

    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.