Can I remove a service in the registry?
Is there any way to remove a service using the registry?
I have a program in VB 6 that starts up with the registry. Then in the program you can select to have it start as a service instead and it automatically clears the reg key in startup.
My problem is when I do an update or another install, it still adds to the registry for startup. If its already set to start as a service, thats my problem. My installer cannot support checking this.
So I want to delete the service in the registry with my installer and just let them reset it to a service later if needed when they re-install/upgrade.
Thanks!