Finish Dialog Multiple Run Now Checkboxes
Posted: Tue Mar 11, 2014 1:12 pm
by Ristogod
I have an installer that is installing a suite of applications. On the finish dialog there is the Run Now checkbox. I'd like to add another to start a different application on finish. However, I can't see to figure out how to bind the checkbox controls to different variables. The existing checkbox seems to be bound to the RunApp variable. How would I add a 2nd and bind it to a completely different variable?
Re: Finish Dialog Multiple Run Now Checkboxes
Posted: Tue Mar 11, 2014 2:00 pm
by FrancescoT
Dear User,
that's easy!
- declare a new custom variable in your script to hold the value of an additional check-box (... before the Display finish dialog call)
- add an extra check-box to your finish dialog (using the Dialog Editor tool).
- bind the variable to the extra check-box (double click the check-box to define the control Behavior).
- Finally, check the value of the custom variable to conditionally execute your application in your script.
Hope this helps you.
Regards