Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Possible to package an MSI within another MSI?


2 replies to this topic

rcil

rcil
  • Full Members
  • 2 posts

Posted 20 January 2007 - 06:45

I have been asked to create a single .MSI file which will install all the prerequisites for our applications.

This means installing among other things, versions 1.1 and 2.0 of the .NET framework.

I have been using WIX and can create an .MSI file successfully.

However, it turns out that the .NET frameworks although supplied as .EXE files, in fact contain .MSI files. And my master .MSI file can't invoke another as only one can run at a time.

Is what I'm trying to do possible?

Thanks

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 January 2007 - 19:25

No. You could package everything into a single EXE file, but not into a single .msi file.

rcil

rcil
  • Full Members
  • 2 posts

Posted 20 January 2007 - 20:02

QUOTE (Stefan Krueger @ 2007-01-20 19:25)
No. You could package everything into a single EXE file, but not into a single .msi file.

Many thanks for the info !