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 ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

