Hi Guys,
I added the SelfService template to one of my apps.
This application used to run with the "NT-service" template. It is a very small app, I am hiding the application window and it already has a text-file log feature built into it.
Launching MyService /iss
The service installs, but immediately gives a message that the services is not running;
The log file however shows the entries, and the application did what it was supposed to do.
Should it loop automatically? Or should I built in a loop?
(I had previously used NT-service which included a loop option)
* It seems to start, run the application, then ends .. hence the reason it says "service did not start"?