Preferred way to deliver UWP app without Windows Store

后端 未结 2 1882
被撕碎了的回忆
被撕碎了的回忆 2020-12-19 07:57

I need to deliver an UWP app (*) that the client will install on tablets inside their network. The Windows Store is blocked by policy.

There is a procedure for signi

相关标签:
2条回答
  • 2020-12-19 07:59

    Yes of course it is possible to create an installer for your app, in Visual Studio go to "Project\Store\Create App Packages..." menu and when it will ask you if you want to upload the packages to Windows Store simply click No.

    This will generate the app packages plus an easy to run powershell script that when run will install the app (or upgrade to a new version if there was a previous one already installed)

    0 讨论(0)
  • 2020-12-19 08:05

    Or have the organization/client signup for a Windows Enterprise store. https://www.microsoft.com/en-us/business-store

    0 讨论(0)
提交回复
热议问题