Uninstalling/installing a Window's Service

  • Thread starter Thread starter Mufasa
  • Start date Start date
M

Mufasa

I have a program that automatically updates software on a client machine. I
would like to have programs that get installed be installed as services. I
can't seem to find out how to uninstall and install a service
programatically.

Can anybody give any help/suggestions here?

TIA - J.
 
I have a program that automatically updates software on a client machine. I
would like to have programs that get installed be installed as services. I
can't seem to find out how to uninstall and install a service
programatically.

Can anybody give any help/suggestions here?

TIA - J.

Here is a link to some code in VB.Net, but you should be able to
translate it fairly easily:

http://tinyurl.com/yexh6z

Chris
 
Back
Top