OK, for some strange reason, I created a service (32 bit), it has an installer setup in Visual Studio. I run:
installutil /i c:\path\service.exe
It's pointing to the 32 bit version of installutil. It registers the service successfully, but the service doesn't appear in the services list????
Any idea why?
Thanks.