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

3rd Party Merge Module Inclusion


2 replies to this topic

sanjoygr

sanjoygr
  • Full Members
  • 76 posts

Posted 09 March 2006 - 09:02

In general to add a merge module we have to go to the redistribute table and select the merge module within the list.

However in my application I have two merge modules. Which when installed in a machine it registers a dll each.

I want to know how to include these two merge module.
Should I write a custom action which will call an exe to install these merge module?
Or should I go for static dependencies. Remember in my application the dlls are refered.
Please let me know how to do it.

thanks
sanjoygr@yahoo.co.in

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 09 March 2006 - 10:17

You can copy the msm files to the folder where the other msms are. You can find the location in the InstallShield options settings. Then these modules should show up in the Redistributable list.

sanjoygr

sanjoygr
  • Full Members
  • 76 posts

Posted 09 March 2006 - 10:20

Thanks.
I found the folder it is under "Program Files\InstallShield 11\Modules\i386".