Page 1 of 2 12 LastLast
Results 1 to 5 of 6

Thread: Configuring Services after install

  1. #1
    Join Date
    Oct 2005
    Posts
    233

    Configuring Services after install

    Does anyone know if you can configure a service after it has been installed? I need to install this service using my installer, but then after I need to configure it as a user service, which requires a user name and password (which won't be given until after the install).

  2. #2
    Join Date
    Oct 2005
    Posts
    233
    I am thinking that this is most likely going to have to be done through code ... does anyone know if there is a new API in .net 2.0 that allows you to do this?

  3. #3
    Join Date
    Oct 2005
    Posts
    233
    ... figured it out ... you need to use the System.Management. I can post the code if anyone needs it.

  4. #4
    Join Date
    Nov 2005
    Posts
    51
    Quote Originally Posted by Jonny_B
    ... figured it out ... you need to use the System.Management. I can post the code if anyone needs it.
    Yes please. I am trying to set the username and password of an NT service during installation.

  5. #5
    Join Date
    Oct 2005
    Posts
    233
    I think you can do that through Installshield if you have the user name and password? I have the code to do it through C# after the install

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •