Install windows service application
-
I have developed a windows service application that I want to deploy on another machine. The machine does not have Visual Studio installed, it does have the framework redistributable installed. When I try to install the service I am receiving the following error: “Installutil” is not recognized as an internal or external command, operable program or batch file. How do I get the Installutil on the machine?
-
I have developed a windows service application that I want to deploy on another machine. The machine does not have Visual Studio installed, it does have the framework redistributable installed. When I try to install the service I am receiving the following error: “Installutil” is not recognized as an internal or external command, operable program or batch file. How do I get the Installutil on the machine?
It's not part of the .NET Framework, but is part of Visual Studio. All you need to do is get a copy from your development machine, or create an Installer project for it. How To Create a Setup Project for a Windows Service in Visual Basic .NET[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
It's not part of the .NET Framework, but is part of Visual Studio. All you need to do is get a copy from your development machine, or create an Installer project for it. How To Create a Setup Project for a Windows Service in Visual Basic .NET[^] RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome