Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created a Windows service in WindowsServer 2003 machine. but When i install it using Visual Studio command Prompt using InstallUtil utility. It gives a message that installation is successful but it doesnt show up in the Services list.
I tries to reboot the computer but still its not listed in the list of services.
Posted

Here is the Solution for you

http://www.codeproject.com/KB/dotnet/simplewindowsservice.aspx[^]
:rose::rose::rose:
 
Share this answer
 
v2
I guess you didn't selected Local System for Account value for Service Process Installer which is used in Service.

Anyway, Go through this article which involves step by step, it will surely help you.

Working with Windows Service Using Visual Studio 2005[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900