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.

Install a .NET windows service without InstallUtil.exe

I have a standard .NET windows service written in C#. Can it install itself without using InstallUtil? Should I use …

c# .net deployment windows-services installutil
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
Installing multiple instances of the same windows service on a server

So we've produced a windows service to feed data to our client application and everything is going great. The client …

windows windows-services windows-installer installutil
Cannot install windows service

I have created a very simple window service using visual studio 2010 and .NُET 4.0. This service has no functionality added …

c# windows-services .net-4.0 installutil
installing windows service with SC.exe or InstallUtil.exe - there is difference but which?

SC.exe and InstallUtil both install/uninstall windows services. But they don't seem to work the same way. What is …

.net windows-services installutil
Installing Windows Service with batch file?

I have the following in a bat file : @ECHO OFF REM The following directory is for .NET 4.0 set DOTNETFX2=%SystemRoot%\…

windows-services batch-file installutil
Correct InstallUtil Path To File Syntax?

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

syntax .net-2.0 path batch-file installutil
installing windows service error: cannot open service control manager on computer. this operation might require other privileges

i have windows 8 i have a windows application wrtitten with c# and on visual studio 2013 and want to install this …

windows-services installutil
How to install a .NET windows service without InstallUtil.exe vb.net

I have created a windows service in vb.net. Is there anyway i can create an installation for it that …

.net vb.net service windows-services installutil
.net InstallUtil utility - 32 bit vs 64 bit

I've got a windows service compiled as AnyCPU. I'm trying to get it into our installer to distribute. However... I …

.net 64-bit installutil