Thank you guys!
C# Service Working
Hello guys. Could somebody show me an example of a working service ( in Windows 7 ) which is activating automatically and doesn't need Manual Start? All I want to do with this Service, is: once installed in my computer, when the PC enters in Windows, to startup the service and then, at a specific time ( for example once at 10 minutes ) to search my desktop for .pdf files. Then, I will upload them on a FTP server ( this part with the upload file I know to do it ).
Sumit KumawatPosted Jun 21, 2013, 12:07 AM
Please refer below url for window service
http://www.aspdotnet-suresh.com/2011/06/creating-windows-service-in-c-or.html
Jignesh TrivediPosted Jun 20, 2013, 11:27 PM
hi,
In this case i think you have to write installer code and in installer code you have to write service.start method.
Please refer
http://support.microsoft.com/kb/816169
http://stackoverflow.com/questions/1036713/automatically-start-a-windows-service-on-install
hope this will help you.