How do I uninstall a Windows service if the files does not exist anymore?
Posted
by Thomas Jespersen
on Stack Overflow
See other posts from Stack Overflow
or by Thomas Jespersen
Published on 2008-10-13T14:59:03Z
Indexed on
2010/03/27
2:53 UTC
Read the original article
Hit count: 406
How do I uninstall a .NET Windows Service, if the service files does not exists anymore?
I installed a .NET Windows Service using InstallUtil. I have now deleteded the files, but forgot to run InstallUtil /u first, but the service is still listed in the Services MMC.
So I guess I have to go into the registry? Or is there a official way?
© Stack Overflow or respective owner