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: 314
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:
- Extract the files (Main setup, Prerequisite setup)
- Need to ensure prerequisites status and install on demand.
- Start main install.
© Stack Overflow or respective owner