Correct. I didn't say MSI doesn't have an ORDER BY statement, I said it doesn't 
have a functioning ORDER BY statement. :-)  Of course I'm sure someone will 
either say it functions as designed or my personal favorite, functions as 
constructed.

Rob Mensching <[EMAIL PROTECTED]> wrote:
        v\:* {behavior:url(#default#VML);}  o\:* {behavior:url(#default#VML);}  
w\:* {behavior:url(#default#VML);}  .shape {behavior:url(#default#VML);}        
        You do have to be careful with “ORDER BY” in MSI SQL syntax, it really 
behaves more like a “GROUP BY”.  For things that have a Sequence column it 
doesn’t really matter but if you’re hoping to get alphabetical sorting “ORDER 
BY” in MSI is sure to surprise you.  <smile/>
   
      From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff 
Henkels
Sent: Monday, September 03, 2007 08:35
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Execution order of launch condiitions


   
    What do you mean?  According to 
http://msdn2.microsoft.com/en-us/library/aa372021.aspx, there is an ORDER BY 
clause in the SELECT statement.  I've used it once or twice, and it appears to 
work.

      "Christopher Painter" <[EMAIL PROTECTED]> wrote in message news:[EMAIL 
PROTECTED]

    I always thought that it was silly that MSI SQL didn't have a functioning 
ORDER BY statement and that many tables where order would be useful don't have 
ORDER columns to allow useful traversing of the record sets.  

     

    I once wrote a very sweet custom LaunchConditions pattern.  I write about 
it a bit here for anyone interested in extending LaunchConditions to actually 
be useful.

     

    
http://blog.deploymentengineering.com/2006/07/short-comings-of-launchconditions.html

     

    

"Schrieken, Rene" <[EMAIL PROTECTED]> wrote:

        http://msdn2.microsoft.com/en-us/library/Aa369752.aspx

     

    says: "You cannot guarantee the order.." 

     

    They suggest to author a CustomAction type 19, in wix that would be a 
custom action with the Error attribute set, but I have never done that.

     

    Rene


     
    
---------------------------------
  
  From: [EMAIL PROTECTED] on behalf of Werner, Harvey D
Sent: Sun 9/2/2007 17:09
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Execution order of launch condiitions

      In our product installs we have several launch conditions set, but the 
order is not from the top down. Is there any way in WiX to set the order of 
execution?

     

    For example, we would like them to check them machine architecture and 
privileged settings before checking for other support packages to be 
preinstalled.

     

    Can WiX set the order or are we at the mercy of Windows installer to do 
this? Seems kind of basic to be able to do this.

    --
Harvey Werner
HP StorageWorks, NAS Division
971.327.5279


  

     


   
  This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.
  -------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> 
http://get.splunk.com/_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
   
    
---------------------------------
  
  Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. 
    
---------------------------------
  
  -------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/ 
    
---------------------------------
  
  _______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> 
http://get.splunk.com/_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


       
---------------------------------
Sick sense of humor? Visit Yahoo! TV's Comedy with an Edge to see what's on, 
when. 
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to