I have a windows service that reads from a config file. I need to modify th开发者_JS百科is config file prior to the application starting. How can I create a GUI that would handle the changes to the co
Alright, I was tasked to develop a Windows Service that listens to a directory for files that are dropped in it, read them, delete them and print out a report.
I\'m trying to g开发者_JS百科et my .Net Windows Service to right to a custom event log.I\'m using EventLogInstaller to create the event log and source when the application is installed.I read here tha
I have a service which needs to be deployed on a clients machine. The destination machine is 64bit. My dev machine is also 64 bit.
Is there a way to deb开发者_开发知识库ug completely a windows service with Delphi?It\'s actually quite easy. Just use the standard DEBUG compiler directive to start the service as a console applicatio
I wrote my Win32 App to test and debug. I\'ve created a datamodule with all functionality needed to run the TCP sockets and IBDatabase components.
How can I install a service under a different account than the LocalSystem account using Win32 API? I am using the following code to install the service. I want to install this service under a differ
I have implemented a WCF service hosted on Windows Service. I want to consume it with PHP. Everything works OK for now, but problem is when I stop my win. service.
Are there situations that we should use a wi开发者_JAVA百科ndows service ? I am building a client-server project (c#) and the server supposed to work alone without any user so someone advised me to us
is there any free solution to run a third party windows program as windows service in windows server? it would be better that the solution can allow one of multiple RDP users to take control of the pr