service installation

  1. N

    Windows 7 How to install window service In windows 7 with Installutil

    Hi I had made a simple window service in VS 2010 and try to install it but getting error Access Denied. When I run the command as InstallUtil "Path to Service" then a message box is appear which asked for username and password but after filling that getting error that either no mapping is...
  2. A

    amending .inf file to work with windows server 2008

    i know this is totally unrelated to windows 7, but i have an issue with some video drivers which refuse to install on windows 2008, i know they work on windows 2003, but i just assume that drivers for these two operating systems are similar ?? does anyone know what i need to change in an .inf...
  3. H

    Windows 7 Installing Service under Windows 7

    Sorry for posting this in the wrong thread but I'm not able to find where exactly this would go. Brief outline of my problem; I have created a Windows Service using VS2008 Professional that installs no problem under Windows XP using InstallUtil <service_name.exe> - The same code branch and...