PDA

View Full Version : Example: Make your application a system service.



boku
11-06-2009, 08:06 PM
I had wanted an application of mine to run even if I had logged off. It was to backup databases routinely.

I came across a snag that was ... AMS cannot create system service executables.

Therefore at the request of Rexooly I created this DEMO ...

Here is the APZ file.

Attached APZ Demonstration (http://www.indigorose.com/forums/attachment.php?attachmentid=8858&stc=1&d=1257562869)

The original project that creates a system service can be found here:

http://www.codeproject.com/KB/system/xyntservice.aspx

Please use this a reference point on what you can do with the program :)

ENJOY!