Hey everyone,
I've got a large number of directories and files that look like this (pseudo
code):
<DirectoryRef Id="INSTALLFOLDER">
<Directory Id="XXX_FR">
<Component Id="XXX_FR">
<file Name="myapp_fr.exe"
Source="!(bindpath.start)/myapp_fr.exe" keypath="true"/>
</Component>
</Directory>
</DirectoryRef>
<DirectoryRef Id="INSTALLFOLDER">
<Directory Id="XXX_EN">
<Component Id="XXX_EN">
<file Name="myapp_en.exe"
Source="!(bindpath.start)/myapp_en.exe" keypath="true"/>
</Component>
</Directory>
</DirectoryRef>
.... And the list of language-specific binaries continues ad-nausea. Notice
the case difference in the file name and the component/directory ID values.
First question, does the CASE of an ID matter?
Second, do these equate to public properties if they are all caps?
I would really like to stick all of this pattern utilizing the preprocessor
foreach. There are hundreds of files, components, and directories that match
this exact pattern for us, and the list of languages we are going to be
supporting going forward will only get larger.
Thanks!
Stephen Tunney
Stephen Tunney
Nuance Communications, Inc.
Solutions Architect, Imaging Division
Waterloo, Ontario, Canada
[email protected]<mailto:[email protected]>
519-880-7463 Office
NUANCE.COM
The experience speaks for itself (tm)
------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users