Have you tried nesting <Feature> elements, instead of using
<FeatureRef>'s?

Rennie


> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Julie Campbell
> Sent: 15. april 2007 23:53
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Feature Ordering?
> 
> Is there a way to explicitly set the ordering of 
> sub-features?  Mine keep getting alphabetized in the 
> following code segment, which doesn't match the picture the 
> marketing guys want:
> 
>         <Feature Id='Express' 
>             Title='!(loc.TSBSuite)' 
>             Description='(!Loc.TSBSuiteDescr)' 
>             Display='expand'
>             ConfigurableDirectory='INSTALLDIR'            
>             Level='1'>
> 
>             <ComponentRef Id="IDProgramGroup" />
>             <FeatureRef Id="TestScriptBuilderCore" />
>             <FeatureRef Id="TestScriptBuilderRec" />
>             <FeatureRef Id="KE26xx" />
>             <FeatureRef Id="KE37xx" />
>         </Feature>
> 
> Gives me a tree like so:
>       TSBSuite
>               TestScriptBuilderCore
>               KE26xx
>               KE37xx
>               TestScriptBuilderRec
> 
> When what I want is this:
>       TSBSuite
>               TestScriptBuilderCore
>               TestScriptBuilderRec
>               KE26xx
>               KE37xx
> 
> If not, can anyone tell me what the ordering is based on so I 
> can manipulate whatever accordingly?
> 
> Julie Campbell
> [EMAIL PROTECTED]
> 
> 
> 
> ______________________________________________________________
> _______________
> Scanned by IBM Email Security Management Services powered by 
> MessageLabs. For more information please visit 
> http://www.ers.ibm.com 
> ______________________________________________________________
> _______________
> 
> --------------------------------------------------------------
> -----------
> This SF.net email is sponsored by DB2 Express Download DB2 
> Express C - the FREE version of DB2 express and take control 
> of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to