visual studio installer

  • Thread starter Thread starter LexyK
  • Start date Start date
L

LexyK

Hi,
i'm trying to work with the visual studio 2005 installer with c#.
do you know how to start automatical the application at the end of the
installation?
Thanks
LexyK
 
haven't done this stuff in ages but I think you can add a custom action
towards the end of an installation process.
Once you're in code, the command:

Process.Start("pathToTheExecutable");

will start up the application.
HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top