Windows Service Setup issue removing the windows service
Posted
by Geykel
on Stack Overflow
See other posts from Stack Overflow
or by Geykel
Published on 2010-03-19T16:29:01Z
Indexed on
2010/03/19
16:31 UTC
Read the original article
Hit count: 643
I'm doing a windows service setup project on VS2008, it has a custom action for setting app.config values. The setup work fine installing the service and setting the app.config values but when I try to uninstall the service, it removes the files but keep the service registered, so I can install it again using the setup, I need to use "sc delete " in the vs command prompt to proper remove the service... anyone have any idea which could be the issue here?
Thank you.
© Stack Overflow or respective owner