Chandrashekar
8/28/2019 - 11:35 AM

Install Windows Service using Command Prompt(Not VS Developer Command Prompt)


Open CMD Prompt in Admin Rights
Install Windows Service using Command Prompt(Not VS Developer Command Prompt)

cd C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\

INSTALL:
InstallUtil.exe C:\Users\cd\Source\Repos\satish-kumar20\DMS\RSSTWinService\bin\Debug\RSSTWinService.exe

UNINSTALL:
InstallUtil.exe /u C:\Users\cd\Source\Repos\satish-kumar20\DMS\RSSTWinService\bin\Debug\RSSTWinService.exe