Windows services

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I'm planning to define a window service that will run a process in
the server 2003. Once I run the applications I get a message which says
install the service first.

The problem is I cannot run the (installutil.exe from the command)
It gave an error which indicate that the program is not recognized, any idea.
Thanks in advance.

Kind Regards,
Mohammad
 
installutil.exe is location in the system root direcorty
'\Microsoft.NET\Framework\v1.1.4322\
' so if you installed windows to C:\windows it will be located @
'C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322'

you can added this to the system 'path' variable or you will have to full
qualify the path when using 'installutil' from the command line.

HTH

Ollie Riches
 
Back
Top