views:

213

answers:

1

Can I include a MSM file and execute it within Inno-Setup? If not, how would I properly install a merge module? I am needing to install SOAP3 with my application and need a bit of guidance. Will I have to wrap the MSM into a custom MSI and then have Inno execute the MSI file? What would I use to create a clean and stupid MSI file for the MSM? Thanks for any help in advance.

A: 

No, Inno Setup does not support this. You will need to wrap the MSMs in an MSI.

An alternative would be moving your installer to MSIBuilder, which is a great free tool for creating MSI installers.

George Edison
Do you have a link to MSIBuilder? A generic search of that term returns quite a bit of junk. Thanks!
Jeff
@Jeff: http://msibuilder.ro/
George Edison
@George Edison - what a website!
Jeff
@Jeff: Sorry - their site must be having some problems. But you can download the application from Download.com, Softpedia.com, etc.
George Edison