What are the ways to install windows service
1. Command Line: this is useful in case when we do not have any IDE and only command line and window service exe is available. For installing: installutil.exe –I window service exe path For uninstalling installutil.exe –u window service exe path
2. Setup Installer: This method is useful in case when you want to let the visual studio to do all stuff for you.
3. From Code
Contributed by:
Guest
Guest user is that user who have done some activity on website without login. Activity contains commenting on any article, uploading an image on website etc.
Resourse address on xpode.com
http://www.xpode.com/Print.aspx?Articleid=184
Click here to go on website
|