How to call merge module custom action from Installshield DoAction event?

209 Views Asked by At

I have a custom action in merge module and I am redistributing the merge module through InstallShield. Using DoAction event, I have called the merge module custom action on button click from InstallShield. But the custom action was not performed on button click. So I want to know how to call a merge module custom action from install shield on DoAction control event.

1

There are 1 best solutions below

0
sobz On

If you've already made sure custom action is being added to the correct dialog but you are not selecting the mm from a dropdown [in IS2016], check if adding the module id after the module name helps. "modulename.moduleid"