将多个 MSI 滚动到单个 EXE 中

发布于 2024-10-13 05:33:26 字数 155 浏览 3 评论 0原文

我正在使用 VS2010 和 wix3.5,我正在生成 3 个不同的 MSI(驱动程序包、托盘应用程序和主应用程序),并且我想从单个 .EXE 文件安装所有 3 个。

我知道我需要使用引导程序,那么可以按顺序安装我的 MSI(它们不相互依赖)的最简单的东西(就易用性而言)是什么?

I'm using VS2010 and wix3.5 I'm generating 3 different MSI (a driver pack, a tray app and the main app) and I want to install all 3 from a single .EXE file.

I know i need to use a bootstrapper, what is the simplest thing (in terms of ease of use) out there that can just sequentially install my MSIs (they aren't dependent on each other)?

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

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

发布评论

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

评论(2

半葬歌 2024-10-20 05:33:26

使用 Bootstrapper Manifest Generator 创建可与 GenerateBootstrapper msbuild 任务。

Use Bootstrapper Manifest Generator to create a custom prerequisite package which you can use with the GenerateBootstrapper msbuild task.

勿挽旧人 2024-10-20 05:33:26

我强烈推荐 dotNetInstaller。
http://dotnetinstaller.codeplex.com/

Wix 3.6 有 Burn,但我没有任何使用经验它(还)。
http://wix.sourceforge.net/manual-wix3/authoring_bundle_intro.htm

I highly recommend dotNetInstaller.
http://dotnetinstaller.codeplex.com/

Wix 3.6 has Burn, but I don't have any experience with it (yet).
http://wix.sourceforge.net/manual-wix3/authoring_bundle_intro.htm

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