cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
georgiy_senenko
Level 5

Call custom actions from merge module

Hello,

I've made merge module which contains some set of files. This merge module includes custom action, and I would like make it so that custom action is always called when merge module is included into master installer.
For testing purpose I've made simple InstallScript custom action which calls MessageBox, but i cannot get it called.

In forum I found that I should include it to Direct Editor -> ModuleInstallExecuteSequence in merge .ism file. I added new record as:
Action: MyCustomAction
Sequesnce: empty
BaseAction: InstallFiles
After: 1
Conditions: NotInstalled (also tried as Empty)

BUT I've never got my MessageBox appeared during installation.

Could you please advise how to call custom action defined in merge module?

Thank you in advance,

Best Regards, Georgiy
Labels (1)
0 Kudos
(3) Replies
Not applicable

In Custom Actions and Sequnce view, Sequence -> Installation -> Execute, right click Insert, then select Merge Module Custom Actions in drop listbox of Insert Aciton dialog.
0 Kudos
georgiy_senenko
Level 5

Thank you for the information,
I would like to define CA execution order in the merge module, that no changes will be needed in wrapper installer. Could you please tell whether it's possible?

In this case 3rd party developers would need to only include merge module without extra adjustments.

Best regards, Georgiy
0 Kudos
georgiy_senenko
Level 5

I found useful article Q112907 at
http://kb.flexerasoftware.com/selfservice/viewContent.do?externalId=Q112907

which describes very well how to include merge module custom actions.
0 Kudos