Chandrashekar
6/28/2018 - 7:58 AM

WIndows Service Install and Uninstall Commands

WIndows Service Install and Uninstall Commands

As Admin Open Visual Studio Command Prompt
cd C:\Users\cd\Documents\visual studio 2013\Projects\MyWindowsService\MyWindowsService\bin\Release

InstallUtil.exe “MyWindowsService.exe”
installutil /u “MyWindowsService.exe”