0

I have an application in c#.net and I have added setup and deployment project in it. here everything is working fine but now I want the application to get launched after I finish with my installation.

It should be something like this:

enter image description here

Vishal Suthar
  • 17,013
  • 3
  • 59
  • 105

1 Answers1

1

You will find the most rated answer for your question here:

Run exe after msi installation?

Community
  • 1
  • 1
Alex
  • 5,971
  • 11
  • 42
  • 80
  • 1
    I'm getting an Error: 'PostBuildEvent' failed with error code '1' 'Unspecified error' – Vishal Suthar Mar 20 '12 at 09:12
  • check this to solve that error: http://www.winhelponline.com/articles/230/1/Error-There-is-no-script-engine-for-file-extension-when-running-js-files.html – Alex Mar 20 '12 at 09:22