I am a newbie into Windows Service
I have installed my Windows service using installutil command.
Now it shows that installation is successful but when I try to access the service from
ControlPanel->Administrative Tools->Computer Management->Services and Applications->Services
But I am not able to see my windows service in the list of services.
Where should I look for it?
Screenshot of Installation of Windows Service:
This is the message that is displayed after installation of windows service. I hope that it means that Windows Service is installed successfully

If installation is successful then what could be wrong?
It looks like you might not have added an installer to your service. You need to make sure you have:
Wire them together like this.