Steffen Enni wrote:
> I also want to log information, but as Session.Log() doesn't work in this
> case I'm left with no idea on how to do this.  My goal is to get log
> information into the log file that is generated by msiexec, just like
> Session.Log() does.
>
> Question: Is this possible?
>   

Not from the UI loop, no.

> (1): Having the warning dialog launched using a SpawnDialog (conditioned by
> a property that is set by the CA) only allows me to return to the initial
> dialog (by publishing an EndDialog event with value=Return on the Yes
> button). But I'm not able to proceed to the next dialog.
>   

Use NewDialog instead have its buttons go on to the next dialog.

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



------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to