visual studio installer

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LexyK@freenet.de

    visual studio installer

    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

  • Simon Tamman

    #2
    Re: visual studio installer

    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(" pathToTheExecut able");

    will start up the application.
    HTH

    <LexyK@freenet. dewrote in message
    news:1173770481 .818632.244420@ 64g2000cwx.goog legroups.com...
    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
    >

    Comment

    Working...