Kim-

 I answered your question over at stackoverflow.  If you are interested, I 
could possibly take some time on the phone to answer  your questions in depth. 
( It's a slow time of the year. )

Chris


--- On Mon, 12/20/10, kim <contactme...@gmail.com> wrote:

> From: kim <contactme...@gmail.com>
> Subject: Re: [WiX-users] Sequencing Components in Feature Element
> To: wix-users@lists.sourceforge.net
> Date: Monday, December 20, 2010, 10:11 AM
> 
> 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
> 


      

------------------------------------------------------------------------------
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