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
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
2 matches
Mail list logo