I have a custom Python package which we are installing to several Windows platforms (XP, 2003, 2008). During setup, this command is run which registers a service:
python.exe setup.py install
What is the correct way to remove services created this way? I know that I can use sc.exe but should be a last resort.