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

MSI Chain vs. Merge Module vs. Prerequisite


4 replies to this topic

pshore

pshore
  • Members
  • 12 posts

Posted 05 October 2004 - 13:58

I am building the installer for and in-house developed application. This application has a dependancy of another in-house application. At this time I am trying to determine my best method for insureing this dependancy is installed. Currently I have an MSI for the dependancy. What is my best option MSI Chain, build a Merge Module or build a Prerequisite? Both applications need IE 5.5 or higher and the .NET Framework 1.1 (both are in the respecitve MSI's already). Thank you in advance.

Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 05 October 2004 - 14:52

And this install your developing is being done on InstallShield X? If so, are you using InstallScript or the Windows Installer functionality?
user posted image

pshore

pshore
  • Members
  • 12 posts

Posted 05 October 2004 - 16:33

I am using the Basic MSI, not an InstallScript project.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 October 2004 - 18:40

Moving thread to Basic MSI forum

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 05 October 2004 - 18:41

Merge Module would require that you convert your MSI to MSM, so it can't include features etc. A prerequisite would probably be easier.