Click here to hide categories Click here to show left categories

User: Home          welcome : Guest          Log In / Register here     




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

Share this article   |    Print    |    Article read by 1864 times
Author:
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.
Related Articles:
Related Interview Questions: