Kevin Richardson wrote:
> The example you gave is what I fell back on. Unfortunately, we pull in  
> (localized) files dynamically and those tools make heavy use of the  
> FeatureRef/ComponentRef structure that apparently only works in WiX2.
>   

In WiX v3, Feature and FeatureRef with the same Id creates two 
references, which is illegal.

> I believe Bob's webpage mentioned adding support for <Component  
> Id="blah" ... Feature="feature"/> so hopefully I can just make use of  
> that instead.
>   

Check out ComponentGroups. Unless you need to generate actual Features, 
ComponentGroups have all the same many-to-one advantages without the 
complex references Features require.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to