Is it feasible/sensible to wrap an Inno Setup installer inside an MSI for easier distribution via AD?

后端 未结 10 971
梦毁少年i
梦毁少年i 2020-12-24 06:26

Our installer is written with Inno Setup and we are actually quite happy with it. Yet some customers keep asking for an MSI installer which they could more easily distribute

10条回答
  •  不思量自难忘°
    2020-12-24 07:08

    Wrapping an Inno Setup in an MSI package is not a trivial task. However, it is possible. There are lots of free tools out there that can be used to do this. You should choose one that also supports uninstall(s) and upgrades.

    I have found only one free tool that supports upgrades and uninstall. Check out http://www.exemsi.com/inno-setup-and-msi

提交回复
热议问题