在没有 Windows 商店的情况下交付 UWP 应用程序的首选方式

Preferred way to deliver UWP app without Windows Store

我需要提供一个 UWP 应用程序 (*),客户将在其网络内的平板电脑上安装该应用程序。 Windows 商店被策略阻止。

有一个 .appx 包 (https://blogs.msdn.microsoft.com/micham/2014/05/30/sideloading-store-apps-to-windows-8-1-devices/) 的签名和旁加载程序,但它非常复杂。

有没有办法将应用程序捆绑为 .msi.exe(或 APP-V 包)?

(*) 必须是 UWP 应用才能注册为文件打开选择器。

是的,当然可以为您的应用程序创建安装程序,在 Visual Studio 中转到“Project\Store\Create 应用程序包...”菜单,然后它会询问您是否要安装将包裹上传到 Windows 商店只需单击否。

这将生成应用程序包以及一个易于 运行 的 powershell 脚本,当 运行 将安装该应用程序(或升级到新版本,如果已经安装了以前的版本)

或者 organization/client 注册 Windows 企业商店。 https://www.microsoft.com/en-us/business-store