Khushi
Khushi

Reputation: 73

run command line command from .net installation setup

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?

Upvotes: 1

Views: 3462

Answers (1)

Khushi
Khushi

Reputation: 73

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

Upvotes: 3

Related Questions