I\'m trying to create an installer for a Windows Service I developed. This installer has a custom UI at one point and it\'s the first time I do something like that so I ins
Run in command line (adm mode):
sc delete service_name
Service names with spaces must be quoted.
Update: Try this:
sc query type= service > services.txt
and verify that the service does not appear with another name.