Thanks Rennie and Bob! That took less time to implement and test than it would have to explain to the marketing guys why they were in the wrong order. ;)
Julie Campbell [EMAIL PROTECTED] -----Original Message----- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Sunday, April 15, 2007 6:18 PM To: Julie Campbell Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Feature Ordering? Julie Campbell wrote: > 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> > Heaven forfend the marketing guys don't get their way...<g> Rennie's suggestion should work: The issue is that the FeatureRefs don't guarantee an order. Using nested Feature elements does guarantee an order (the XML). You can use ComponentGroup/ComponentGroupRef to get "minimalist" authoring for the top-level Product. -- sig://boB http://bobs.org ____________________________________________________________________________ _ Scanned by IBM Email Security Management Services powered by MessageLabs. For more information please visit http://www.ers.ibm.com ____________________________________________________________________________ _ _____________________________________________________________________________ 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