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

Posted by sankar on Stack Overflow See other posts from Stack Overflow or by sankar
Published on 2010-02-25T15:44:52Z Indexed on 2010/04/06 13:03 UTC
Read the original article Hit count: 290

Currently we are using Innosetup as a bootstrapper to install the MSI prerequisites. It makes bit complex to maintain the setup. I found that 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 you can give me the alternate solution if you have.

Looking for the alternate soltuion for the actions that we do with 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.

© Stack Overflow or respective owner

Related posts about wix

Related posts about burn