I have an app that I would like to start as a service. I want the app to start when the machine is turned on, and not be dependent upon someone actually logging on to the machine for it to start.
We were starting the app by putting it in the startup folder, for allusers, but this weekend we realized that if the machine is rebooted and no-one logs on, the app will not start. 99.9% of the time someone logs on to it immeadiately after reboot, so it was really a non-issue. But of course, a reboot on the weekend ends up meaning that the process wasn't running for almost three days. So, to fix this problem, we'd like to start it as a service.
I hope I've explained it good enough for someone to be able to "cipher" my rambling and give me a good answer.
Thanks,
We were starting the app by putting it in the startup folder, for allusers, but this weekend we realized that if the machine is rebooted and no-one logs on, the app will not start. 99.9% of the time someone logs on to it immeadiately after reboot, so it was really a non-issue. But of course, a reboot on the weekend ends up meaning that the process wasn't running for almost three days. So, to fix this problem, we'd like to start it as a service.
I hope I've explained it good enough for someone to be able to "cipher" my rambling and give me a good answer.
Thanks,