John Vottero wrote:
> Is the "Action start 16:35:47: NetFxScheduleNativeImage." log text the result 
> of calling WcaProgressMessage?  That would confirm that I'm reading my way 
> through the source code correctly.
>   

I don't think so -- I think that's coming straight from MSI when it 
invokes the CA. See 
https://blogs.msdn.com/heaths/archive/2008/02/12/debugging-custom-actions-leaked-handles.aspx
 
for a list of what the handle types are. I'd suggest using /L*vx! as 
your logging switches; the ! tells MSI to flush each log line as it's 
written, which might show the "Action start" message earlier, before the 
record-creation log lines.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
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