Installing C# Windows Service in Windows 2003 Serverhttp://forums.asp.net/t/415813.aspx/1?Installing+C+Windows+Service+in+Windows+2003+ServerFri, 19 Dec 2003 16:51:11 -0500415813415813http://forums.asp.net/p/415813/415813.aspx/1?Installing+C+Windows+Service+in+Windows+2003+ServerInstalling C# Windows Service in Windows 2003 Server Hello everybody. I am trying to install a C# windows service in a W2K3 Server. I have had no problems installing windows services in W2K Profesional using the "installutil.exe" tool from VS 2K3 .NET system prompt. But I have no Visual Studio installed in the W2K3 Server and I cannot find the "installutil.exe" tool within this operative system. My questions are the following. Is there a "installutil.exe" tool in a W2K3 Server which has the .NET framework 1.1 but not the Visual Studio?. If so, how can I find and use it?. If not, what can I do in order to install my C# windows service?. Thanks a lot in advance. 2003-12-11T10:49:50-05:00420399http://forums.asp.net/p/415813/420399.aspx/1?Re+Installing+C+Windows+Service+in+Windows+2003+ServerRe: Installing C# Windows Service in Windows 2003 Server create a setup project for your windows service... it is quite easy. 2003-12-16T20:42:33-05:00423852http://forums.asp.net/p/415813/423852.aspx/1?Re+Installing+C+Windows+Service+in+Windows+2003+ServerRe: Installing C# Windows Service in Windows 2003 Server do a search for "installutil.exe" in your 2K3 server, u should find it in "c:\windows\microsoft.net\framework\v.1.xxxxx\....." (not sure sbout the exact path but it should be there, then u can use it in you normal command prompt once you set the path. VS 2K3 .NET system prompt is also a normal command prompt, it just that VS 2K3 .NET system prompt had all the path setup nicely for you. Type "SET" in your VS 2K3 .NET system prompt, then you know what I mean. 2003-12-19T16:45:48-05:00