PDA

View Full Version : How can I add a button to the Finished screen that launches my installed application?


Adam
05-21-2008, 11:25 AM
This article explains how to add a push button to the last screen of your install that launches your installed application.

1) Add a Custom Action -> Run Executable with the following settings:
Settings:
Installed with product

Attributes:
ID: RUNEXE
Scheduling: Immediate
Return: Ignore
Timing: Leave this blank

2) Go to Dialogs -> Advanced -> Install Completed Successfully -> ExitDialog and add a push button (label it accordingly)

3) Go to the properties of this newly created button -> Published Events.
Add a new event:
Type: Event
Event: DoAction
Arguments: RUNEXE

Of course there are many ways to accomplish this task. This is just one simple example.

Adam Kapilik