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

Call a function in a merge module


2 replies to this topic

daner06

daner06
  • Full Members
  • 14 posts

Posted 13 March 2008 - 11:18

Hi,

How can I call a script in a merge module ?? Then I create a custom action in my merge module, my function not launch...

Thanks in advance.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 13 March 2008 - 13:35

If you want to add the call to the custom action to the merge module, you need to populate the ModuleInstallExecuteSequence table. If you want to call the custom action from the main setup you must specify the correct custom action name. Note that the module GUID may be appended to the action name (double check by opening the msm in Orca or in DirectEdit mode). In this case you need to include this GUID when you call the action.
Finally, a log file will tell you if the action got called (buit maybe failed to launch) or was skipped at all.

daner06

daner06
  • Full Members
  • 14 posts

Posted 13 March 2008 - 14:43

This good, thanks very much !