What is the best practice to create MSI with some other child MSI as prerequisite?

落花浮王杯 提交于 2019-11-27 06:44:56

问题


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:

  1. Extract the files (Main setup, Prerequisite setup)
  2. Need to ensure prerequisites status and install on demand.
  3. Start main install.

回答1:


The Burn tool is still a bit raw to be used in production. Many people in the WiX community recommend dotNetInstaller.



来源:https://stackoverflow.com/questions/2335287/what-is-the-best-practice-to-create-msi-with-some-other-child-msi-as-prerequisit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!