how to write a windows services
- susport microsoft This aritcle describe the detail step to setup a windows service hello world.
- As currently, we use vs2013/2015 to write the hello world, we encounter the issue when create a setup project. resolution here Stackoverflow, we need to install the extension here, then we can follow the first link to complete the hello world.
- In order to write a windows service, we can refer from codeproject