[WiX-users] using DUtil outside of windows installer projects

2011-01-08 Thread Sean Farrow
Hi: I'd like to use DUtil outside of Windows installer custom action projects. Where do the Exiton* and ExitWithLastError* functions write to? Are they reliant on someone using the WcaLog function? Regards Sean. --

Re: [WiX-users] using DUtil outside of windows installer projects

2011-01-08 Thread Rob Mensching
The Exit macros all use the ExitTrace macro. By default the ExitTrace macro maps to OutputDebugString(). You can #define ExitTrace before #include dutil.h to change the behavior. For example, wcautil.h remaps the ExitTrace macro to WcaLogError function so all Exit messages are written to the the