Windows service installs but doesnt display in the services mmc

  • Thread starter Thread starter Chris Holliday
  • Start date Start date
C

Chris Holliday

I created a windows service via standard practices in vs.net 2003, build and
deploy to a server. I install using installutil and the install log shows
everything is peachy (successful to ya'll non-cultured folk).

When I open up the MMC... no service. If I set the Startup option in the
installer to Automatic and reboot the server, I can find no indication that
the service exists (no Application log event, nothing is happening that
should happen were it running, etc.). I have uninstalled, rebooted,
re-installed several times and all with no success. I have searched the
world over (google) and am coming up blank.

Anyone heard of something similar? Had this problem? Have any suggestions?

Thanky kindly,

C.
 
Have u check the service what you have given in the ServerProcessInstaller and ServiceInstaller class

Check with that

With regards

Sadha Sivam

p s: You mail any if you have any problem (e-mail address removed) and (e-mail address removed)
 
Thanks Sadha. It turned out that I was using the .NET 1.0 framework
installUtil.exe to install a 1.1 service. When I changed to the 1.1
installUtil.. it worked fine.

C.

Hi chris said:
Have u check the service what you have given in the ServerProcessInstaller and ServiceInstaller class.

Check with that.

With regards,

Sadha Sivam S

p s: You mail any if you have any problem (e-mail address removed) and
(e-mail address removed)
 
Back
Top