*****************CreateEventSource.exe Help Information********************* This is a console application which must be started in windows command promt. It supports follwed keys: --------------------------------------------------------------------------------------- | Key | Description | --------------------------------------------------------------------------------------- | [u] | Uninstall an event source. | --------------------------------------------------------------------------------------- | [i] | Install an event source and if Event Log name specified in config file | | |doesn't exist will be created. | --------------------------------------------------------------------------------------- | [d] | Delete Event Log specified in command line as second argument. | --------------------------------------------------------------------------------------- | [h] | Use to view support information. | --------------------------------------------------------------------------------------- Application configuration file contains follwed two keys supported: --------------------------------------------------------------------------------------- | Key | Description | --------------------------------------------------------------------------------------- | ELUtilities.Utils.ElasEventLogName | The Event log name used in current | | |configuration. | --------------------------------------------------------------------------------------- | ELUtilities.Utils.ElasModuleEventSource | The Event source created or deleted. | --------------------------------------------------------------------------------------- *Note - One can create event source specified its name as second parameter in command line. Possible command line syntax is: CreateEventSource.exe -[i]or[u]or[d]or[h][EventSourceName]or[EventLogName] *Note - Key -d must be used with an event log name specified as second parameter, otherwise the opertaion will not take any effect.
sq3llx