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 since deleted the files but forgot to run
InstallUtil /u
first. So the service is still listed in the Services MMC.
Do I have to go into the registry? Or is there a better way?