0

I have created two releases for my Installshield Basic MSI Project. I want to launch the executable, on click of the finish button when the Installation completes. I have two different executables. I want to launch first executable when the user has built "Release1" and the other executable if the user had built "Release2". How can I achieve this? Is it possible to do it, without using any Installscript custom action?

The King
  • 833
  • 1
  • 15
  • 41

1 Answers1

0

Sure. Look up release flags and the ISReleaseFlags property. Use it similarly to case C on the linked article, but instead as the condition to the actions which launch your executables.

Michael Urman
  • 15,737
  • 2
  • 28
  • 44