Re: [WiX-users] Custom action does not work at all on Windows Vista

2007-09-19 Thread Bob Arnson
Martin Berens wrote: > On Windows Vista "WcaLog" functions don't seem to be called. The MSI log > only returns "3" when calling "CAHelloWorld". > The most common cause is missing dependencies. If you're using Visual C++ 2005, make sure you're linking with the static runtime library rather tha

[WiX-users] Custom action does not work at all on Windows Vista

2007-09-19 Thread Martin Berens
Hi, I wrote a small custom action that only sets a property (before it did a lot more, but I shortened it a bit ;)) and works fine on Windows XP, but not at all on Windows Vista. :( Here is a short code snippet: #pragma comment(linker, "/EXPORT:CAHelloWorld=_CAHelloWorld") extern "C" UINT __dec