Make it easy to convert Inno Setup .exe installers to MSI for group policy based deployment
WIthout this installing programs packaged with Inno Setup on all domain computers is a nightmare.
4 comments
-
Anonymous
commented
Converting InnoSetup to MSI would be straightforward, requiring a one-to-one conversion of parameters into WIX formatted XML files. These files can be compiled using the existing WIX compilers or the user can do it themselves. I seriously looked at WIX, but came running to InnoSetup because of the ridiculous learning curve.
-
Richie Adler commented
Maybe it would be good to publish an "official guide to wrap Inno Setup installers with WIX to deploy via Group Policy".
-
Ath
commented
WiX is the keyword...
-
AdminDeanna Earley
(Admin, Inno Setup)
commented
Aren't there already tools out there to do this?
Shouldn't it be left to the apps that specialise in doing exactly this?