The individual property values should be in the log if it's verbose.
If they don't appear that typically means they are not being set at
all.

I've used a debug dialog in similar situations. At the end of the UI
sequence have a dialog that's just a display of the property values
you're interested in, typically last in the UI sequence. You can
condition on a property like UIDEBUG, and you can set that on the
command line That can be useful when customers report problems.
---------------
Phil Wilson


On Sat, Jan 17, 2015 at 4:46 PM, Matthew O'Connell
<techsupport...@gmail.com> wrote:
> Say I have a complex boolean expression in, for example, a component 
> condition and it’s not evaluating how I expect. Is there any way to get 
> Windows Installer to ‘echo’ the condition variables as evaluated at install 
> time as an aid to debugging. For example maybe I used "(Property1=1) Or 
> Property2 Or Property3" and I’m expecting at least one property to exist or 
> evaluate to true but want to know which one, or want to confirm one part 
> evaluates as I expect. Can I get something like “1=1 Or True Or False” to be 
> output somehow, as you might get with a cmd script for example. At the moment 
> I’ve only got the logs Action=local to show the whole component evaluated to 
> true and the verbose logs properties..
> Thanks
> ------------------------------------------------------------------------------
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to