installer - Third party exe in custom actions - installshield -
i creating msi installation package using installshield.
i have custom action install third party exe. exe has ui, prompts user click "yes" or "no". if user clicks no, exe not installed msi installation continues. want end msi installation user interrupts installation of third party exe.
in either cases (whether user clicks yes or no) return value 1. stuck.
could me on this.
if dependency, don't install custom action. that's seup.exe type of bootstrapper for. install required prerequisites (like .net frameworks , c++ runtimes) launch msi install.
another reason not using custom action put custom install 3rd party exe. if put in ui sequence cannot silent install of msi (because ui sequence suppressed) , if put in execute sequence fail if msi based because cannot have recursive msi installs (yours calling another).
Comments
Post a Comment