uwp - 如何像 Windows Build 一样创建 UWP 安装程序

标签 uwp windows-10 win-universal-app windows-10-universal desktop-bridge

如何为 UWP 应用程序创建安装程序。对于桌面应用程序。请指教

最佳答案

VS 为你的 UWP 项目生成的 .appx 包是你的安装程序。您可以双击该文件,这将启动内置安装程序。换句话说,通过 UWP,安装程序技术已内置到 Windows 中。

在 VS 之外,您还可以使用 makeappx SDK 工具为您的应用程序生成 .appx 包。

https://learn.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps

关于uwp - 如何像 Windows Build 一样创建 UWP 安装程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46566145/

相关文章:

c# - UWP:如何降低所选图像的质量?

c# - 通用 Windows 平台中的 System.Xml.XPath

c# - Visual Studio 2015 (Windows 10) 中的 .NET Native 编译失败

windows - Windows 10 上的 Edge 浏览器缺少导出图书数据

windows - UWP 从网站获取 cookie

c# - Windows 10 UWP 单点登录

c# - 在 Win10 UWP App 中获取屏幕分辨率

c# - 通用 Windows 平台的 EF 迁移

powershell - 有没有办法在 PowerShell 中使用相当于 touch 的方法来更新文件的时间戳?

c# - 在 UWP 中下载 JSON (C#)