Windows Service
-
Hi, i made a windows service, i added the service installer, the service process installer, etc..Then, i did the installer and installed the windows service. It appears in my add/remove programs window, but it DOESNT appear in my Services window, so i cant start it or stop it, or whatever..Does anybody know why? what am i missing? thanks
-
Hi, i made a windows service, i added the service installer, the service process installer, etc..Then, i did the installer and installed the windows service. It appears in my add/remove programs window, but it DOESNT appear in my Services window, so i cant start it or stop it, or whatever..Does anybody know why? what am i missing? thanks
Did you make sure to put the [RunInstaller(true)] attribute above your service installer class? Also, make sure you close and re-open the services window, since it will cache and not notice things sometimes. John
"You said a whole sentence with no words in it, and I understood you!" -- my wife as she cries about slowly becoming a geek.