Hi can someone please explain the way the ordering works in Wix. I'm unsure
about the logic and would greatly appreciate if someone could help me. I
have this next button:

 

 

        <Control Id="Next" Type="PushButton" X="236" Y="243" Width="56"
Height="17" Text="Next">

          <Publish Event="DoAction"
Value="ValidateChannels"><![CDATA[DEVICETYPE <> "1"]]></Publish>

          <Publish Event="SpawnDialog"
Value="InvalidChannelsDlg"><![CDATA[CHANNELSVALIDATED = "0"]]></Publish>

         <Publish Event="DoAction"
Value="GetDatascanInfo"><![CDATA[DEVICETYPE <> "1"]]></Publish>

          <Publish Event="AddLocal" Value="Solo"><![CDATA[DEVICETYPE =
"3"]]></Publish>

          <Publish Event="NewDialog" Value="NumLoggersDlg"
><![CDATA[(VARIANT = "Max") AND (NOT FILEEXISTS)]]></Publish>

          <Publish Event="NewDialog" Value="InstallDirDlg">1</Publish>

        </Control>

 

I want these events to be run from the top downwards so (Validate channels -
InvalidChannelsDlg - GetDatascanInfo - AddLocal - NumLoggersDlg -
InstallDirDlg)

 

 

Kind Regards,

 

Natalie Carr

 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to