Since both conditions are true, then wix checks the value of "Order".
Element with the higher value of 'Order' will be used.

2012/9/20 Natalie Carr <natalie.c...@measuresoft.com>

> Hi, having this problem with this code:
>
>
>
>       <Publish Dialog="RequestKeyDlg" Control="Next" Event="NewDialog"
> Value="DatascanPortDlg" Order="1"><![CDATA[PRODUCTNAME = "Orchestrator" AND
> VARIANT <> "Demo"  AND (NOT FILEEXISTS)]]></Publish>
>
>       <Publish Dialog="RequestKeyDlg" Control="Next" Event="NewDialog"
> Value="NumLoggersDlg" Order="2"><![CDATA[(VARIANT = "Max")  AND (NOT
> FILEEXISTS) AND (PRODUCTNAME <> "EdgeX")]]></Publish>
>
>       <Publish Dialog="RequestKeyDlg" Control="Next" Event="NewDialog"
> Value="InstallDirDlg" Order="3"/>
>
>
>
> The conditions are all true on the first and second functions but it always
> jumps to the second one rather than to the first.  If I comment out the
> second one the first is called, I'm very confused over this..:(
>
>
>
> Kind Regards,
>
>
>
> Natalie Carr
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://ad.doubleclick.net/clk;258768047;13503038;j?
> http://info.appdynamics.com/FreeJavaPerformanceDownload.html
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to