Question:You are creating a custom installer for an application that needs to add events to the Application event log. Which of the following do you need to do during the setup process?
A Call EventLog.CreateEventSource
B Call EventLog.Create
C Call EventLog.GetEventLogs
D Call EventLog.WriteEntry
+ AnswerA
+ Report