cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
alon2580
Level 5

Donw button in installation succes panel

Can I add functionality to the done button.
for example- I want to launch something when the user press Done at the end of installation. Is it possible?
Labels (1)
0 Kudos
(1) Reply
pv7721
Level 20

Actually this is possible if you realize that the Install Complete panel doesn't have to be the last panel of your installer. So after the Install Complete panel you can add a Get User Input - Simple panel asking for instance the user if they want to launch your product. Then you would also add an execute target file based on the boolean result variable that your get user input panel returns...
0 Kudos