[WiX-users] Wcalog does not log

2010-07-21 Thread Fangren
I have a custom action that does not log no matter what method is used to turn logging on. Even though it executes correctly. I can see the property being set in the log and the custom action begin and end. Code example (made generic): extern "C" UINT __stdcall MyCustomAction(MSIHANDLE install

[WiX-users] What can cause WcaInitialize to fail?

2010-06-23 Thread Fangren
Hoping someone can shed some light on WcaInitialize. I have a WiX based installer that works on hundreds of different machines, but on a couple it appears that WcaInitialize is failing. The log entry after WcaInitialize is not written to the logs even with verbose logging. What conditions can c