
amilbra1.5524909949835464E12 asked a question.
Creating source for Windows Event Log
Is there something built in InstallShield to create sources for Windows Event Log? It requires administrative rights on all Operating Systems and elevation on Vista.
My alternative is to use a managed custom action by calling into a C DLL and use the CreateEventSource method on System.Diagnostics.EventLog (link ) class accordingly.
http://msdn.microsoft.com/en-us/library/aa363648(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa363661(VS.85).aspx