I am using the sample code to create event source:
<DirectoryRef Id="TARGETDIR">
<Component Id="RegistryEntries" Guid="PUT-GUID-HERE">
<util:EventSource
Name="Training Kiosk"
Log="Application"
EventMessageFile="[NETFRAMEWORK40FULLINSTALLROOTDIR]EventLogMessages.dll"
/>
</Component>
</DirectoryRef>
How do I confirm whether event source is created?