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.
0
votes
Do you mean you have created an MSI that consumes the merge module, or an installer that installs the .msm file to the target machine's hard drive? The former should work fine or issue an explicit error, so you may need to add more information to your question (such as you can tell the action was not performed).
– Michael Urman
If using your MSM normally this should not be a problem. Please provide the log output.
– Doc