将多个 MSI 滚动到单个 EXE 中
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Bootstrapper Manifest Generator 创建可与 GenerateBootstrapper msbuild 任务。
Use Bootstrapper Manifest Generator to create a custom prerequisite package which you can use with the GenerateBootstrapper msbuild task.
我强烈推荐 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