Wednesday, 14 March 2018

installing services



install service:

sc create "[Service name]" binpath="[Path to exe]"

e.g.
sc create "MCP Extractor Service PAS DEV" binpath="C:\Midland Clinical Portal\Services\PAS Extractor\DocumentExtractor.Pas.WindowsService.exe"


to update the description:

sc description "[Service name]" "Midland Clinical Portal Document Extractor Service"

No comments:

Post a Comment