Friday, June 15, 2012

Create new windows service


Create new windows service
-------------------------------

set PATH=%PATH%;C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319
installutil  .exe

http://www.a2zmenu.com/Blogs/CSharp/Using-InstallUtil-to-install-uninstall-service.aspx

select the exe path
installutil/u exename
installutil exename

No comments:

Post a Comment