Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个为我的应用程序构建 msi 的 wix 项目。此安装程序具有升级代码 1。
有时它需要管理权限才能运行。这就是为什么我想添加将运行 msi 的 setup.exe。
我看到的唯一一种创建 Bundle 的方法。即 1. wixproj 构建 MSI(升级代码 1) 2. wixproj 构建包含 msi 的捆绑包(p.1。)(升级代码 2)
这些项目有不同的升级代码。如果在旧产品已经安装了升级代码 1 并且没有捆绑安装的机器上运行,它将如何工作?
捆绑升级代码与 MSI 软件包升级代码不同。Burn 让程序包自行升级。