locked
Windows Store Development RRS feed

  • Question

  • Hi Everyone

    I have created a desktop app that I want to sell through windows store and have a couple questions.

    Do I create an installer for the application. (or does microsoft do that).

    I take it that I have to create a package for the app so I can submit it. Is there an easy way to do that? I don't see any buttons in Visual Studio 2015, 2017 to create packages. I take it that its different than deployment.

    thanks

    hypodyne

    Saturday, March 4, 2017 12:15 AM

Answers

  • Hi hypodyne,

    Thank you for posting here.

    >>" Do I create an installer for the application. (or does microsoft do that). "

    Maybe you can use the Windows Dev Center dashboard to publish your apps to the Windows Store and you must have a developer account in order to access the Windows Dev Center dashboard and submit apps.

    >>"  I don't see any buttons in Visual Studio 2015, 2017 to create packages. I take it that its different than deployment. "

    If your project is UWP type. you could use the MakeAppx.exe tool to create app package. of course you also can right click the project and choose the store choose option, then create the app package.

    Here is related to document about how to create package and publish app.

    Best Regards,

    Hart


    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    • Proposed as answer by Hart Wang Friday, March 17, 2017 8:06 AM
    • Marked as answer by hypodyne1 Tuesday, March 28, 2017 9:38 PM
    Monday, March 6, 2017 4:59 AM