How if I want to run application right after the setup winzard finished
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!!

