Re: [WiX-users] Create Event Log

2006-09-15 Thread Joe Kaplan
Bob has added support to WiX 3 for custom event sources, but I don't think the custom log is in there yet. It is on the list. Luckily, both event logs and sources are simply a bunch of registry keys. This is bread and butter for WiX/MSI, so it is not difficult to implement this natively with n

Re: [WiX-users] Create Event Log

2006-09-14 Thread Bob Arnson
Peter Stokes wrote: Is there a way to create an event log without resorting to installer files and Custom Actions. Recent builds of WiX v3 include an EventSource element in UtilExtension. Event logs are in the top three of my list. -- sig://boB http://bobs.org ---