We have multilanguage version of our product. Depended files for each of
languages are included to separate components.

 

I.e. we have for example

<Component Id="Component1" :. />

<Component Id="Component1. fr-FR " :. />

 

<Component Id="Component2" :. />

<Component Id="Component2. fr-FR " :. />

 

<Feature Id="Feature1" : /> (contains Component 1)

<Feature Id="Feature2" : /> (contains Component 2)

 

Are there easy way to select language(s) at first step of installation and
automatically include language depended components to related features?

 

I.e. we can write

 

<Feature Id="Feature1" : >

<ComponentRef Id=" Component1" />

<Feature Id="Feature1.dr-FR" Title="French language support">

                <ComponentRef Id=" Component1. fr-FR " />

</Feature>

</Feature>

<Feature Id="Feature2" : >

<ComponentRef Id=" Component1" />

<Feature Id="Feature2.dr-FR" Title="French language support">

                <ComponentRef Id=" Component2. fr-FR " />

</Feature>

</Feature>

 

but in this case user should be select French language support for each of
features separately. It will be difficult for user.  What is easiest way to
include all language depended components in "one click"? 

 

Thanks.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to