I created 2 .msi files using Advanced Installer. Then I created a Merge Module project in Advanced Installer and added these 2 msi files. I then added the Merge Module into my main installer.
I have the following questions:
When I execute my main installer,the merge module also executes but the msi files that the Merge Module contains do not execute, instead they are just copied to the installation folder. How van I execute both the msi files within the Merge Module when the Merge Module is executed?
I am unable to use the Advanced Installer Merge Module Option and it appears to be grayed (not highlighted). What could be the reason?