Skip to content

paulem/windows-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows service

Based on: https://stackoverflow.com/a/7764451/980530

Usage:

WindowsService /i WindowsService /u

WindowsService /i /servicename="WindowsService1" /displayname="Windows Service 1" WindowsService /u /servicename="WindowsService2"

installutil /servicename="WindowsService1" WindowsService.exe installutil /u /servicename="WindowsService1" WindowsService.exe

About

.NET console application as Windows service

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages