Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am Using Visual Studio 2005 with C Sharp.

In Setup Deployment, I want , that when user will click on Finish Button a console exe file run.,

How should I solve this issue.
Posted

1 solution

Try Process.Start[^] - it allows you to execute any executable from within your program.

On finish button of your installer, put the code for starting the exe.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 6-Mar-11 13:58pm    
Correct, a 5, but such requirement the deployment/setup process is somehow flawed.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900