Page 1 of 1

How do I run my application as a Windows system service?

Posted: Thu May 19, 2011 11:12 pm
by Edge100x
One way to do it is with FireDaemon.

If you'd like a free alternative, try NSSM. NSSM doesn't have nearly as many options as FireDaemon (you can't set the priority or affinity, for instance), but there are workarounds for some of these (such as running a command like the ones in our tutorials to set the priority with the "start" command).