alan.harriman
Posts: 4
Joined: Mon Dec 21, 2009 7:38 pm

Ability to invoke an action on exit

I need to invoke explorer.exe after the installation has completed; specifically right after the user closes the exit dialog. If this capability already exists, I hope for some tips either here or in response to a common problems posting
Thanks
-- Alan
Cosmin
Posts: 5797
Joined: Tue Jul 10, 2007 6:39 pm
Contact: Website

Re: Ability to invoke an action on exit

Hi Alan,

You can try this approach:
- make sure you are using an Enterprise project (you can change the project type using the Project -> Options menu)
- go to the "Dialogs" page and select "ExitDialog"
- select the Finish Actions tab
- enable the launch application feature for the file you want to launch, for example:

Code: Select all

[SystemFolder]explorer.exe
- make sure that the "Checked by default" option is set
- select the launch application text control and set the "Visible" flag to False in the Properties pane
- do the same for the checkbox control

Regards,
Cosmin
Cosmin Pirvu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Feature Requests”