i have created a installation setup in C#.net using Setup Wizard. I want to run a cmd command or batch file as soon as the setup finishes its work. Is it possible and how?
1 Answer
Found the solution for my question...would like to mention if anybody else searching for it:
How do I launch an application after install in a Visual Studio Setup Project
Add required commands to the Installer class in the main application.
Thanks all
1 Comment
Rolice
Accept your answer. :)
ProcessandShellExec.