I thought that but was told on this that it was the other way about..:/ no
wonder I am confused..lol


-----Original Message-----
From: Steven Ogilvie [mailto:steven.ogil...@titus.com] 
Sent: 03 October 2012 14:41
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Order Issue

1 would be first then 2 then 3 etc... order=1 order=2 etc...

-----Original Message-----
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-03-12 9:32 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Order Issue

Am I right in thinking that whichever action I add Order="1" element to it
will be run last?

-----Original Message-----
From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Sent: 03 October 2012 14:10
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Order Issue

Use the Order="1" element that way you can sequence the events you want to
be triggered...

-----Original Message-----
From: Natalie Carr [mailto:natalie.c...@measuresoft.com]
Sent: October-03-12 7:23 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Order Issue

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

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


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

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


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