Well, I have created a new windows service and the install from Visual Studio.
When I am done installing, how can I start the service ?
I need something that will allow me to start the process, or an exe.. something?
The Installer is : Visual Studio Installer – Setup Project.
Any help?
My question in order:
-
Why the service don’t start?
-
How can i control what happen after intall ? Where is the code for it?
Thanks!
to start your service you can either execute the command:
or go to Control Panel -> Admin tools -> Services and select your service and click start.
full path above depends also on your actual windows version.
even if you did not use any logging, in general service failures are recorded in the Windows Event Log so open Event Viewer and see latest events.