Wayne:
At a minimum, you need the "Event Log" component but you probably already
have this component.
Lotsa components do not contain the proper registry keys so that you
actually see log messages in the event logs. For example, for the "NTFS"
file system component I had to add the following into a custom component:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\System\ntfs]
"EventMessageFile"=hex(2):25,53,79,73,74,65,6d,52,6f,6f,74,25,5c,53,79,73,74
,\
65,6d,33,32,5c,49,6f,4c,6f,67,4d,73,67,2e,64,6c,6c,00
"TypesSupported"=dword:00000007
In my opinion, these registry keys should be part of the NTFS component.
HTH... Doug