Hi List

I need to include some extra files in a project but only when i build it for 
the "de-de" 
locale. So is it possible to do something like this:

<?if $(loc.CULTURE) = "de-de" ?>
   <Component Id="file1" DiskId="1">
     <File Id="file1" Name="file1.fil" Source="file1.fil" 
DefaultLanguage="!(loc.LANG)"/>
   </Component>
<?endif ?>


Yours
Rune Henssel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to