Building Dynamic Service in C#
Author Date Of Submission User Level
Tim Osten 10/31/2003 Intermediate
This is a service that will run an application, and can be used over an over without hard coding any information
The installer and gleans service information from the command line so one does not have to hard code the service name, account and password. It also stores a command in the Registry that will be retrieved and run as a process. The name of the Service itself is append to the ImagePath of the service in order to be passed as a command line argument so the service does not need to know its own name (This part of the Service framework need to be addressed by Microsoft).