Deploy Windows Apps to Family and Friends without store, enterprise or development-tools

南楼画角 提交于 2019-12-04 11:11:02

问题


I wrote a App for my family/friends and now we would like deploy it on or PCs. Publishing it in the store is not an option and not everyone has an Widows Live account. Sideloading isn't an option, because we do not own a Enterprise edition.

I found only the three already described ways. Either by publishing it in the store, using the development tools or having the enterprise edition.

Is there a fourth way to deploy a Windows UWP App without using the Windows Store or the need to install a developer certificate? If not, is there a possibility that something similar will be possible in the future?

The Windows 10 Deployment Tool looks like the thing I'm looking for, but i seems to be for mobile phones, or am i wrong?


回答1:


The future is now! The process is easier on Windows 10 and the linked questions aren't relevant to that version. On Windows 10 users can enable developer mode or side loading in system settings on the "Update & security" page, in the for developers section.

See https://msdn.microsoft.com/en-us/library/windows/apps/dn706236.aspx




回答2:


now with Windows 10 Anniversary update, you could just double click *.appxbundle file to install

Steps:

  1. create your package, select no, when prompt "Do you want to build packages to upload to Windows Store?"

  2. go to the package folder, double click *.cer, and install the certificate to Trusted Root Certification Authorities

  3. double click *.appxbundle to install

Client OS Requirement: Win10 14393

UWP Target SDK: 14393

UWP Min SDK: 14393




回答3:


  1. On the target device, open the test folder. For example, C:\Projects\MyApp\MyApp\AppPackages\MyApp_1.0.2.0_Test
  2. Right-click on the Add-AppDevPackage.ps1 file, then choose Run with PowerShell and follow the prompts.
  3. Click the Start button and then type the name of your app to launch it.


来源:https://stackoverflow.com/questions/33017016/deploy-windows-apps-to-family-and-friends-without-store-enterprise-or-developme

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!