Search code examples
installshield

Pre-install exe file before InstallShield main process


I am using InstallShield for creating .ism files of C# projects.

To run my project (A) successfully I need to have already installed another program (B) via an .exe file.

Is it possible to add this installation (B) as an extra step on the main installation (A) using InstallShield?

How can I achieve pre-installation using InstallShield for project (B)?

To be honest, I have searched a lot, but could not find something clear.

Thank you in advance!


Solution

  • We can add it in the end as a step.

    .exe for project B can be added on the project A as a file and select to launch it at the end of the installation.

    Answer found here: Run solution exe after installtion using installshield , on @Christopher Painter answer.