How do I create a SCCM package where the main installation initiates self-contained msi's?
- by DeliriumTremens
I have a few applications that are installed using InstallShield -- during the installation one or two parts of the application are installed with msi's. I've tried recording an iss file to instruct the installation process, but these installations always seem to freeze up. I've also tried installing in a sequence, first installing the msi's, but this doesn't prevent the main installation from trying to install these.
Any tips/suggestions/ideas?
Thanks!