[WiX-users] Bump: Use Wix EventSource to create non-localized log

2015-06-16 Thread Peterson, Bob
Does anyone know how to log messages without getting the error, or to register for direct string logging (direct string means no resource files)? Is there another way to register an event source in WiX without using the EventSource element? Microsoft says there are two kinds of event sources, l

Re: [WiX-users] Creating a folder in Common App Data Folder Windows

2015-06-16 Thread Phill Hogland
I prefer to us a RegistryValue as the KeyPath. The name and value could be anything, such as the path to the folder or the app's version, but the registry value gets used as the KeyPath for the component, allowing the GUID to be auto generated. I would rather take the hit, I