Here is the INI file:

ServiceName=ServiceNameHere
ExeToRun=
Arguments=
TimeToExecute=17:00
LogFile=ServiceLogNameHere.log

#####################

"ServiceName" can be any valid name for a service. This will show in the Services section of Admin Management.
"ExeToRun" is the path to the executable to run
"Arguments" is the arguments for the executable to run
"TimeToExecute" is the 24 hr time to execute the executable everyday
"LogFile" is the log file to track the operation of the HelperService
