I have a setup project in c#. i want that setup run 2 exe file from the installed files after installation. How can i set which file to be run after installation.
Any suggestion would be highly appriciated
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add a custom action as below…
After the install complete, it should run the application automatically.
Launching Your Application After Install using Visual Studio