How if I want to run application right after the setup winzard finished

Hi! All:
I'm using .NET deployment Project to pack my application(with C#), and here's the situation:
I want some options for user to choose (one is run application immediately or open readme after installation) before this installation completed. I add a Checkbox dialog at theEnd Node, and then add the custom action (override the commit method for both/ either one situation as above).
And the troubles are:
1. the CHECKBOX value can't be retrived after theProgress Node
2. Even I move the dialogbox before theProgress Node. The file/application work right before the installation winzard finished (coz the Commit action seems has been finished before the final dialogbox at theEnd Node,).

How can I solve those problems or any suggestions?

many thanks!!


[968 byte] By [Parkin] at [2007-12-24]
# 1

The setup project doesn't actually support this behavior.

In this thread there's a discussion of a tool that seems to have added that on:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=763451&SiteID=1

DavidGuyerMS at 2007-10-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...
# 2
Very appreciate for your reply..... I'm heading to that discussion .....
Parkin at 2007-10-8 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...