1

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

CharithJ
  • 46,289
  • 20
  • 116
  • 131
maryam mohammadi
  • 694
  • 3
  • 14
  • 27
  • To be honest just one of my questions were answered correctly. But you'r right. i set the answer as accepted one. – maryam mohammadi Sep 18 '11 at 10:03
  • @maryam : If you have found better answers for your questions just post them and accept them. That would help if somebody else have the same problem. – CharithJ Sep 18 '11 at 10:08

1 Answers1

2

Add a custom action as below...

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

After the install complete, it should run the application automatically.

Launching Your Application After Install using Visual Studio

CharithJ
  • 46,289
  • 20
  • 116
  • 131