1

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?

Mark
  • 3,609
  • 1
  • 22
  • 33
Khushi
  • 73
  • 1
  • 9

1 Answers1

3

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

Community
  • 1
  • 1
Khushi
  • 73
  • 1
  • 9