如何在其他电脑上打包安装Windows10应用

How to package and install Windows 10 application on other computers

我开发了一个Universal Windows Application (Windows 10)。我现在要将它打包并将其部署到 Windows 10 的图像或将其放在共享驱动器上并让用户双击 .exe 并安装它。

我正在使用 Visual Studio Enterprise 2015。有人有这方面的经验吗?如果是这样,您能否就我如何完成此任务提供任何类型的建议?

请阅读本教程:How Do I Deploy a Windows 8 App to Another Device for Testing?

对于Windows 10 需要设置开发者模式是设置。

您可能想看看 Windows 映像和配置设计器 (WICD)(包含在 Windows Assessment and Deployment Kit (ADK) for Windows 10 中)。使用 WICD,您可以创建包含 appx 包的预配包。然后,将配置包分发到您的 users/pcs.