I've been assigned the task of performing a silent installation by wrapping an exe and its iss file into a msi installer using installshield. I was able to get everything working by using a exe custom action and setting the following
Retturn Processing to Asynchronous (No wait for completion) In-script Execution as Commin Execution. Install Exec Sequence: Just before InstallFinalize Install Exec Condition: Not Installed
The problem here is that the msi installer does not wait for the completion of the exe installer. And if i set the Return Processing to Synchronous (wait for or ignore code) it installs the files and then reverts the installation before completion of the msi installer.
I'm stuck here and know not what to do. Any suggestions/help please. I have searched the web but with no luck.
Thanks