以其他子 MSI 作为先决条件创建 MSI 的最佳实践是什么?
目前,我们使用 Inno Setup 作为引导程序来安装 MSI 先决条件。维护设置有点复杂。我找到了刻录工具,它可能会有所帮助我们通过一个安装程序来安装我们需要的任何东西来解决这个问题。我找不到该工具的文档或示例。有人对此有想法吗?或者有替代解决方案吗?
我正在寻找我们现在使用 ISS 引导程序执行的操作的替代解决方案:
- 提取文件(主要设置、先决条件设置)
- 需要确保先决条件状态并按需安装。
- 开始主安装。
Currently we are using Inno Setup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found the Burn tool which may help us to resolve this issue by having a single setup to install whatever we need. I could not find either documentation or sample for this tool. Is anyone have idea about this? Or is there an alternative solutio?
I am looking for the alternative solution for the actions that we do with the ISS bootstrapper now:
- Extract the files (Main setup, Prerequisite setup)
- Need to ensure prerequisites status and install on demand.
- Start main install.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Burn 工具在生产中使用还有些原始。 WiX 社区中的许多人推荐 dotNetInstaller。
The Burn tool is still a bit raw to be used in production. Many people in the WiX community recommend dotNetInstaller.