bbcork
Posts: 12
Joined: Fri Dec 05, 2008 1:34 am

ExitDialog and launhing application(s)

Hi,

I need to potentially launch two executables when the user clicks on "Finish" on the Exit Dialog

The Finish Actions ONLY allow for one executable to be launched

I've added another checkbox with a custom action to launch the 2nd executable required.
This works, however, when the user clicks on the checkbox, the app launches immediately

Is it possible to hook it so that it only launches when the user clicks "Finish"

Am I doing this correctly ?

Show I use different or specific control identifiers and property names ?

Any help in cleaning this up appreciated.
thanks
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: ExitDialog and launhing application(s)

Hi,

Please note that the User Guide contains the Launch file after installation how-to which may help you. Basically, the control event which runs the custom action should be used for the "Next" button, not for the checkbox.

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
bbcork
Posts: 12
Joined: Fri Dec 05, 2008 1:34 am

Re: ExitDialog and launhing application(s)

Many thanks Cosmin - should have looked here first. :)

Return to “Common Problems”