Answer: In order to install and uninstall Window Services. First we have to open the command prompt of Visual Studio and we have to move to the project folder where the .exe file is located and then we have to type :
For Installing :
installutil -i ServiceName.exe
For UnInstalling :
installutil -u ServiceName.exe
Source: My Own Observation | Asked In: Many Interviews |
Alert Moderator