Windows Service

G

Guest

Hi

I have a Windows Service that I want to run on a server. I created a
service and also created a setup project for it. Then I setup the
configuration manager to release and then built the solution.

I then transferred the .msi to the server and installed it but it isn't
showing up as a service. I don't know what went wrong. Any help would be
appreciatted

Thanks
bbdobuddy
 
T

Tom Shelton

Hi

I have a Windows Service that I want to run on a server. I created a
service and also created a setup project for it. Then I setup the
configuration manager to release and then built the solution.

I then transferred the .msi to the server and installed it but it isn't
showing up as a service. I don't know what went wrong. Any help would be
appreciatted

Thanks
bbdobuddy

Try running installutil from the command line... The service was
probably not registered.
 
G

Greg Burns

You must change working directory to
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

or C:\WINNT\Microsoft.NET\Framework\v1.1.4322 for 2000 server

or explicity give the full path to installutil.exe when running from
anywhere else (it's not in your path)

HTH,
Greg


bbdobuddy said:
I tried that and I get this error
'installutil isn't recognized as an internal or external command, operable
program or batch file
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top