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. This tool works in conjunction with classes in the System.Configuration.Install namespace.
1
vote
2answers
29 views
Installing a Windows Service
I have created a Simple windows service to be used in my project. Is it better to install it using the InstallUtil.exe in CMD Promt (or) By creating *.Msi file. I have to install this Service in all ...
0
votes
1answer
7 views
Installing Windows Service via ManagedInstaller - how to install 64-bit service?
I was going to post this, but managed to dig up the answer, so here it is in case anyone else is looking...
My app installs a windows service via:
string[] installargs = new string[] { binaryname };
...
0
votes
0answers
37 views
Installing an executable file as a Windows service
I have packaged a .exe file which when executed will execute a .bat file. I need to install this .exe file as a Windows service.
I have used Sc and InstallUtil.exe to do this.
I used SC and ...
0
votes
1answer
33 views
Window Service Cannot load Oracle.DataAccess.dll
I have a Window service which uses "Oracle.DataAccess.dll" (file version 2.112.0) to connect to the Oracle DB. When I deployed this service on to the server, I get the following error "Could not load ...
2
votes
3answers
61 views
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 void OnStart(string[] args)
{
this.DoTask();
}
private ...
0
votes
1answer
51 views
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 the arguments to this service.
0
votes
0answers
112 views
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"
And having this error:
Exception occurred while initializing ...
0
votes
1answer
61 views
Can installutil be used to install a service written with a newer version of the .NET Framework
Can the installutil be used to install a service written with a newer version of the .NET Framework?
For example can the version from .NET Framework 2.0 be used to install a service written in .NET ...
0
votes
0answers
37 views
Windows Service still running previous version of program
I've inherited a program which runs as a service on a weekly basis, originally set up with InstallUtil. It needed some updates, so they've been added and tested through a test harness.
However, ...
0
votes
0answers
29 views
Cant Install Windows Service: Cant Find “Windows” Directory?
I'm trying to install a Windows Service I'm working on, and I'm getting a really bizarre error message. I run the installutil against the built .exe and I get this:
Exception Occured while ...
0
votes
0answers
40 views
the change in the windows service's name does not take effect
This is essentially a follow up of the following question:
How to increase/decrease the number of instances of a windows service?
I've tried the following:
installutil /instance_name=instance1 ...
1
vote
1answer
575 views
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 is :
Uninstalling assembly 'C:\FMS\GSIS.FileMoverService.exe'. ...
3
votes
2answers
1k views
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%\Microsoft.NET\Framework\v4.0.30319
set PATH=%PATH%;%DOTNETFX2%
echo Installing ...
0
votes
0answers
24 views
How to install a scheduled task
I have a scheduled task that will be installed by many users who are not familiar with command prompts and command line arguments. I can install this task using installutil at the command prompt but ...
0
votes
0answers
38 views
Dotfuscator and installutil
Does any body have an idea if is possible run Dotfuscator por one windows service (servicebase) and install the service using the installutil tool?
0
votes
1answer
1k views
Windows Service to run batch file, InstallUtil /i prevents service from starting?
I have a simple Windows service that calls a batch file to setup some processes on startup. Most of the batch file is fired correctly but InstallUtil /i fails to run as the Windows Service fails to ...
0
votes
0answers
155 views
ManagedInstallerClass.InstallHelper / Application Base
I am trying to register an assembly using the InstallHelper Method. The problem is that I am not able to specify a directory as application base. When I do the same using InstallUtil.exe the ...
0
votes
2answers
758 views
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 this:
I copied the bin folder to C drive to make path shorter:
InstallUtil.exe ...
0
votes
1answer
838 views
installutil with windows service installs, then immediately uninstalls custom windows service
I have a custom windows service written in c# that I need to install and debug. When I use
installutil "[path].exe"
from the command line and then try and search for the service, it doesn't appear ...
0
votes
5answers
985 views
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 have the following commands:
"%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\installutil" ...
-4
votes
1answer
195 views
Run exe with pre arguments in Java [closed]
I want to run an exe with a pre-argument in java. For example, if this is executed in a command prompt.
C:\> installutil myApp.exe
installutil is the pre-argument (or command) to myApp.exe. Here ...
1
vote
3answers
3k views
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 and has installed v3.5 .net framework.
It is beside the point that the service has been written in ...
0
votes
1answer
491 views
How to debug the installation of a custom Windows service?
I created a Windows service in C# (4.0) and am trying to install it using installutil tool in command line. However I get an exception. I managed to find out what part of my code is causing the ...
4
votes
1answer
208 views
Can I XCOPY Deploy a Windows Service?
I have a windows service that is already installed on a server, and I have a new version of the executable and linked assemblies. The normal procedure I use for installation of a new version is:
...
3
votes
3answers
5k views
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 does not require installutil to be used?
0
votes
2answers
289 views
“File not found” while registering WMI Event on Win 2003 R2 64 bit
I'm trying to install a WMI Event contained plain .Net assembly on a Win 2003 R2 64 bit server but I'm always getting this error:
System.IO.FileNotFoundException: Could not find file ...
1
vote
1answer
95 views
Can I stop parameters passed to InstallUtil from showing up in the install log?
I have created a custom task that is used to create SQL compact databases as part of setup. When use InstallUtil to execute this task I use a parameter for the (environment specific) password to use ...
1
vote
1answer
898 views
Pass parameters to InstallUtil from Powershell
I am trying to install a windows service from Power-shell as follows.
$sn = """" + $serviceName + " " + $exeName + """"
C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe -i ...
1
vote
1answer
597 views
WIX InstallUtil/InstallUtilLib and Configuration File Deployment why is InstallUtil bad?
I often find the quote "InstallUtil.exe" is an ugly pattern or "Don't use InstallUtil.exe" and that I should use native WIX or Installation package patterns and I still don't understood why.
I ...
22
votes
2answers
18k views
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 start to run the service.
I have tried the following steps:
Create new project File ...
0
votes
1answer
979 views
Installutil keeps telling me “No public installers found”. Any ideas?
I am trying to install a Windows service just created in Visual Studio 2008. The Install.log file tells me the following again and again:
No public installers with the RunInstallerAttribute.Yes ...
1
vote
2answers
1k views
No installers found when running install util on custom pssnapin
I created a very simple PSSnapin but when I go to run IntallUtil against the assembly I get the following:
No public installers with the RunInstallerAttribute.Yes attribute could be found in the ...
2
votes
2answers
2k views
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 the install and the service showed up in the list of services and I could start it.
...
0
votes
1answer
443 views
C# InstallUtil/ManagedInstallerClass: Why are key value pairs not pass into the installers context parameters collection?
I pass the service name into the argument list, but when I look in the installers context it is not there:
args = new[] { Assembly.GetExecutingAssembly().Location, "/ServiceName=WinService1" };
...
0
votes
0answers
502 views
InstallUtil Weird Error - Not Showing in Services List
OK, for some strange reason, I created a service (32 bit), it has an installer setup in Visual Studio. I run:
installutil /i c:\path\service.exe
It's pointing to the 32 bit version of installutil. ...
0
votes
1answer
1k views
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 and I'm running into a weird installation problem.
I used to install it on my ...
0
votes
2answers
391 views
c# error on windows service
I have the following error:
OpenSCManager Failed 5: Access is denied.
Can someone help me? Is there another way besides using installutil to install the windows service ?
P.S : I am using ...
8
votes
1answer
5k views
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 for it!
Here is my Installer subclass:
[RunInstaller(true)]
public class ...
1
vote
2answers
989 views
Problem installing windows service
I am having a problem installing a Windows service. I installed and uninstalled the service numerous times (installutil..... installutil /u) without any problem but something went wrong and now when I ...
1
vote
1answer
686 views
Installing Windows Service fails
I'm trying to install a .NET 4 Windows Service on a production server: Running InstallUtil.exe gives me this error message:
Exception occurred while initializing the installation:
...
16
votes
4answers
8k views
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 the difference?
For instance InstallUtil fails (some file or dependency not found ...
0
votes
1answer
272 views
How to place PowerShell help file in GAC
I'm developing a powershell snapin derived from PSSnapIn.
If I manually copy my snapin.dll-help.xml file to the GAC get-help on my command works like expected.
So, is it possible to get InstallUtil ...
1
vote
1answer
1k views
Installing a .net 2008 windows service
I just created a simple test Windows Service and am having trouble. I'm new to Windows Services so I don't know if I'm even doing this right.
namespace testWindowsService
{
public partial class ...
1
vote
2answers
1k views
How install managed service from WiX?
Is it possible/recommended to use the InstallService element to install a Windows service written in managed code (C#)? (I tried it and it does install the service, but the service won't start)
Or ...
19
votes
7answers
10k views
Cannot install windows service
I have created a very simple window service using visual studio 2010 and .Net 4.0.
This service has no functionality added from the default windows service project, other than an installer has been ...
0
votes
1answer
890 views
Setting a window service to run as the current user when it is installed using InstallUtil.exe
Is there a way to install a windows service and automatically set it up to run as the current user without having to manually fill in details each time it installs?
We're developing a windows ...
4
votes
2answers
2k views
WCF Service as Windows Service woes (Windows 7)
I followed the steps here to make my existing WCF service (already working fine as console application) be Windows Service as well, on my Windows 7 machine which is also my development machine.
No ...
3
votes
0answers
117 views
installutil bindingRedirect
I have a windows service that depends on a 3:rd party API
The API is already installed in the GAC on the client computer
There are several versions of the API (1.0.0.0, 1.1.0.0 etc)
My service ...
5
votes
1answer
3k views
Can the Invoke-Item cmdlet launch an executable with parameters?
I'm trying to install some custom Windows services using PowerShell, and I've been unable to run InstallUtil without getting the following error:
A positional parameter cannot be found that ...
0
votes
1answer
434 views
InstallUtill of GCC compiled exe recieving System.BadImageFormatException
I am trying to use a GCC compiled exe as a service in windows. From what I have researched I should do: C:\Windows\Microsoft.net\Framework\v2.0.50727\InstallUtil.exe [program name]
Although when I ...


