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.

Installing a windows service as a user fails

I'm developing a windows service using .Net framework version 3.5. It needs to call a web service on a remote machine …

c# windows-services installation installutil
Problem installing windows service

I am having a problem installing a Windows service. I installed and uninstalled the service numerous times (installutil..... installutil /u) …

windows-services installutil
Install a service( which accepts paramters for installation) using InstallUtil from Powershell

I am trying to write a powershell script to install a service which accepts parameter for installation. The following works …

service powershell-2.0 installutil
Install util looks for service on wrong folder

3 I'm trying to install a Windows Service using a batch file, let's call it "setup.bat". Inside the file I …

c# .net service batch-file installutil
How to run a task when a windows service starts?

I have a windows service and I've written the code to run the task within the OnStart() event: protected override …

c# .net windows-services installutil onstart