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!