11 December 2009

installing services without installutil ...

Apparently you can install services using dos prompt with following lines:

sc start ServiceName 
sc query ServiceName
sc stopServiceName

No comments: