I\'m developing a Windows service which w开发者_JAVA技巧ill run at a specific time every day. What will happen if multiple users are logged in to that machine? Will it run 5 times at the same time if
I\'m trying to install a Windows Service on a 2008 server.The service was built with VS2010, targeting the 3.5 framework.A simple setup project was used to deploy the service.The install works fine an
I have been task with (ha) creating an application that will allow the users to schedule a command line app we have with a parameter.
I\'ve developed a class library that does stuff, and tested it with unit tests. The library and tests build and work fine. I then added in a Windows Service project to the solution to wrap the library
I have a C# windows service which listens to a MSMQ and sends each message out as an email. Since there\'s no UI, I\'d like to offer an ability to monitor this service to see things such as # message
I\'m trying to control Windows Services that are installed in a remote computer. I\'m using the ServiceController class.
I cannot figure out how to pass (constant) arguments into my Windows service when it is started. I\'m using the standard .NET classes like ServiceBase to implement (and ServiceProcessInstaller and Ser
I use a visual studio setup & deploy project to install my components of my application. This has worked sucessfully with other applications and to allow the current version to install over the to
I am writing a windows batch script to uninstall some software. However I need to wait after the uninstaller has finished for a service to be restarted before continuing with the next uninstall.
When I try to install over a previous version I get the error \"The specified service already exists\"