Top "Windows-services" questions

Windows services are background service processes run by the Service Control Manager on Windows NT based operating systems, similar to daemons or UNIX services.

What are the specific differences between .msi and setup.exe file?

I searched a lot, but all are guessed answers. Help me to find the exact answer.

windows-services installation windows-installer
Install Windows Service created in Visual Studio

When I create a new Windows Service in Visual Studio 2010, I get the message stating to use InstallUtil and net …

c# windows service windows-services installutil
How do I get the currently-logged username from a Windows service in .NET?

I have a Windows service which need the currently logged username. I tried System.Environment.UserName, Windows identity and Windows …

c# visual-studio-2010 windows-services
.NET console application as Windows service

I have console application and would like to run it as Windows service. VS2010 has project template which allow to …

c# .net-4.0 windows-services console-application
Get startup type of Windows service using PowerShell

How can I get the Windows service startup type using PowerShell and not using WMI? I looked inside the Get-Service …

powershell windows-services
How can I run an EXE program from a Windows Service using C#?

How can I run an EXE program from a Windows Service using C#? This is my code: System.Diagnostics.Process.…

c# .net windows windows-services process.start
System.BadImageFormatException: Could not load file or assembly (from installutil.exe)

I am trying to install a Windows service using InstallUtil.exe and am getting the error message System.BadImageFormatException: Could …

.net windows-services x86 64-bit x86-64
How to create windows service from java jar?

I have an executable JAR file. Is it possible to create a Windows service of that JAR? Actually, I just …

java windows-services jar startup
How can a windows service programmatically restart itself?

I need to write robust code in .NET to enable a windows service (server 2003) to restart itself. What is the …

.net windows windows-services windows-server-2003
Cannot start MongoDB as a service

I have been developing for MongoDB for some months now and would like to install it as a service on …

mongodb windows-services