I have a windows forms application (Add-In Express Solution) for which I have created an InstallShield setup project which uses custom actions (Auto generated by Add-In Express). The custom actions are launching executable files (The executable files are used to register the Add In).
When I generate a setup.exe file for the project, everything works well. The custom actions are running and the add-in is being correctly installed.
When I generate an msi file (Uncheck "Create installation launcher" option in the Release Wizard of Installshield) then the custom actions aren't running (add-in not installed but the program shows up in the list of programs in the Control Panel) when I try installing the product.
Am I required to use the setup.exe version when using custom actions or am I not configuring my project correctly when trying to generate an msi file?