Top "Installutil" questions

The Installer tool is a command-line utility that allows you to install and uninstall server resources by executing the installer components in specified assemblies.

TCP IP Listener in windows Service

I'm trying to create a windows service that needs to run in the background and listen for incoming traffic (a …

c# windows-services tcpclient tcplistener installutil
Using InstallUtil to install a Windows service with startup parameters

I am using InstallUtil to install my service and I just cannot figure out how to specify the startup parameters …

c# .net windows-services installutil
Installing windows service fails: service already exists

I'm trying to reinstall a service I've written using C#. The first time this worked. I used installutil to handle …

c# windows-services installutil
Controlling start up sequence of a windows service

I have a windows service installed using installutil and set to "Autostart". My problem is that when some servers are …

sql windows-services autostart installutil
Installutil won't uninstall: "The specified service does not exist as an installed service"

I have been trying to install a Windows service using installutil: installutil /u GSIS.FileMoverService.exe. The output I get …

windows-services uninstallation installutil
using Installutil to install service

I have WCF service to be installed on windows. Now I want to install it on a sever running windows …

c# .net wcf installutil
BadImageFormatException error in using InstallUtil tool

I have created and compiled my windows service using .NET 4.0 So I go to .NET 4.0 folder and say something like …

c# installutil
Running Installutil to install a windows service on a shared folder

-Hello, I am trying to install a windows service from a shared folder like this: installutil "\\\10.1.5.120\Path1\Path2\MyService.exe" …

windows-services installutil
C# Powershell snapin not registering using installutil

I've got a really simple powershell script (see below). I've got installutil aliased using the following in my profile: set-alias …

c# powershell installutil pssnapin
How to pass arguments to installutil MyService.exe Parameter1 Parameter2

How to pass arguments to installutil MyService.exe Parameter1 Parameter2 I MyService is a windows service. I want to pass …

installutil