serman icon indicating copy to clipboard operation
serman copied to clipboard

Install any executable as Windows services without manual configuration

Results 5 serman issues
Sort by recently updated
recently updated
newest added

I'm giving this tool a try. It seems great. The only thing that bother me is monitoring. I'm running a nodejs app as a service (I've previously packaged the nodejs...

Haven't done this for a while. Do both github release and an NPM package.

serman install foo --values FOO=1,BAR=ba,r The comma in `BAR`'s value `ba,r` is misinterpreted by command line parsing as a separator.

An attempt to install with insufficient privileges fails but still leads to the creation of executable etc in `C:\serman\services` ``` $>serman install %cd%\relay.xml IdcpEnvironment=dev Executing c:\serman\services\relay\relay.exe install... WMI.WmiException: AccessDenied at...