WiX:使用 Burn 在 MSI 内捆绑依赖项

发布于 2024-10-31 21:19:44 字数 246 浏览 1 评论 0原文

我使用 WiX v3.6.1601.0 中的 burn 工具创建一个引导程序来下载我的项目依赖项 (.NET 3.5)。然而,最终结果是两个可执行文件(一个程序 MSI 和一个将下载依赖项的 exe)。由于我的许多客户似乎不明白要使用哪个可执行文件,因此我想通过仅发送一个文件(即 MSI)来使其变得更简单。

Burn 可以做到这一点吗?如果可以的话,任何人都可以向我指出有关如何创建单个 MSI 来引导其自己的依赖项的文档。

I use the burn tool from WiX v3.6.1601.0 to create a bootstrapper that will download my project dependencies (.NET 3.5). The end result however is two executables (a program MSI and a exe that will download dependencies). Since many of my customers seams not to understand which executable to use, I would like to make it even simpler by only shipping one file (i.e. the MSI).

Is this possible with Burn ?, and if it is can anyone point me to documentation on how to create a single MSI that will bootstrap its own dependencies.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红ご颜醉 2024-11-07 21:19:44

MSI 软件包无法引导其他安装程序,除非使用“嵌入式链接器”。 (请参阅有关 MsiEmbeddedChainer 的 MSI SDK 主题。)Burn 创建一个包含 MSI 和其他先决条件的 .exe。

MSI packages can't bootstrap other installers except through the use of "embedded chainers." (See the MSI SDK topic on MsiEmbeddedChainer.) Burn creates an .exe that contains MSIs and other prerequisites.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文