On Thu, Oct 2, 2008 at 3:13 AM, John Hall
<[EMAIL PROTECTED]> wrote:
>> Yeah, Windows Installer doesn't let it work.  Why?  Some
>> message processing issue inside them.  I think this is
>> documented in some small print somewhere.
>>
>> PS:  Please don't shoot the messenger.  <smile/>
>
> Of course not. I had half guessed it was something like this anyway. I guess 
> it's a matter of inserting a MessageBox call at the top of my CA and 
> attaching a debugger then.

If you're looking for a quick non-debugger method, property changes
are still logged. It may be a hack, but calling MsiSetProperty(hMSI,
_T("LOGME"), _T("...")) is effective.

-- 
Michael Urman

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to