I have a Windows Service (written in .NET 1.1) running under a specific user account and instances of the service running on several servers.
I am running GlassFish 3.0.1 as a windows service under Windows Server 2003 with Java 1.6 u 20, and am generally happy.
I am trying to determine why a .Net service that I can successfully install on a wide number of machines won\'t start on certain machines.
I\'ve been having on and off issues trying to get a service installed. The problem is it installs fine on some machines, and others I either get that the service couldn\'t install
I have a windows service project and a 开发者_StackOverflowsetup project. I can\'t figure out how to change the name of the actual service when it is installed (the name listed in windows services . .
Is it possible to programatically set the \"Start Parameters\" on a Windows Service at install time? EDIT
Suppose that you have an account which must always be running. (yes I know the answer is use a service, but at this time it\'s not possible - legacy stuff :)
I want to post a message to a thread that is running as another process (in particular as a windows service). I\'ve read th开发者_JS百科e documentation for PostThreadMessage but there are some things
What\'s the 开发者_StackOverflow中文版best way to do some lengthy initialization when a Windows service starts up (or resumes from being paused) without blocking the Service Control Manager?You can us
I am writing a C# windows service that is doing some churning through the eventlog on a few domain controllers. Some of them are Windows Server 2003 and some are Windows Server 2008. Upon the service