Installing windows service

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I am trying to install a windows service exe file. I have the following
command line;

c> installutil.exe webservice1.exe

This did its thing but the windows service did not appear in the list of
services. What else do I need to do?

Thanks

Regards
 
* "John said:
I am trying to install a windows service exe file. I have the following
command line;

c> installutil.exe webservice1.exe

This did its thing but the windows service did not appear in the list of
services. What else do I need to do?

Sure you are referring to a Windows service ("webservice1.exe").

HOW TO: Create a Setup Project for a Windows Service in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;317421>
 
Back
Top