Thanks for your reply Rob. 

I added the Copy file componen to my main feature element and after the new
files component, so in the following case "OneCoreFiles" should be executed
first and then "ConfigCopyFile" . But I am still getting the same
result....components are not executed in the order they are declared in
Feature element.

<Feature Id="ProductFeature" Title="OneCore Features" Level="1">
            <ComponentRef Id="LogEntries" />
            <ComponentGroupRef Id="OneCoreFiles" />
            <ComponentRef Id="AppDBConfiguration" />
            <ComponentRef Id="SqlServerConfiguration" />
            <ComponentRef Id="OracleConfiguration" />
            <ComponentRef Id="IISConfiguration" />
            <ComponentRef Id="ConfigCopyFile" />
        </Feature>

Please let me know how can I achieve this functionality.
I am still in my learning phase for WIX so please advice. 

Thank you.
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Sequencing-Components-in-Feature-Element-tp5845937p5850946.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to