Ok, so I have a .net windows service that I'm trying to install. I run my msi package and it installs without a problem. Here's where it gets weird:
My service doesn't show up in the services list. But if I try to use InstallUtil, I get the message that the service has already been installed. However, if I then go and try and start it using 'net start', I'm told that the service name is invalid.
Luckily, I can uninstall all of this without a hitch (an issue I was having earlier, where it would only partially install and I couldn't uninstall it).
Any thoughts on why the service would install, but I couldn't see it in the service list? Permissions is not an issue (made sure of that).
Thanks,
D'Arcy
My service doesn't show up in the services list. But if I try to use InstallUtil, I get the message that the service has already been installed. However, if I then go and try and start it using 'net start', I'm told that the service name is invalid.
Luckily, I can uninstall all of this without a hitch (an issue I was having earlier, where it would only partially install and I couldn't uninstall it).
Any thoughts on why the service would install, but I couldn't see it in the service list? Permissions is not an issue (made sure of that).
Thanks,
D'Arcy