cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
hsanshu
Level 2

Launching a file after Installation

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?
Labels (1)
0 Kudos
(1) Reply
megha_3781
Level 5

You need to call a Installscript function or Custom action which launches the second application in the Behaviour logic of the Finish dialog.
For the Finish button (Push button) you need to select Do Action and select the function which executes the launch of second function.
0 Kudos