Changeset 464 for trunk/sln/HalWiX/HalWiX.wxs
- Timestamp:
- 05/29/08 20:18:46 (2 years ago)
- Files:
-
- 1 modified
-
trunk/sln/HalWiX/HalWiX.wxs (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sln/HalWiX/HalWiX.wxs
r463 r464 4 4 Manufacturer="BinaryNotions.com" UpgradeCode="8cac0e8f-e307-450f-8aa4-af2bd341c69b"> 5 5 6 <Package InstallerVersion="200" Compressed="yes" Platforms=" x64"/>6 <Package InstallerVersion="200" Compressed="yes" Platforms="Intel64,Intel"/> 7 7 <Media Id="1" Cabinet="HalWiX.cab" EmbedCab="yes" /> 8 8 … … 42 42 </File> 43 43 </Component> 44 45 <Component Id='LangDutch' Guid='{EA0BF907-8BF8-41b2-9014-34DAC36D207F}'> 46 <File Id='LangDutchFile' Name='Dutch.dll' DiskId='1' Source='..\..\lang\bin\x86\Dutch.dll' /> 47 </Component> 44 48 45 49 </Directory> … … 61 65 </File> 62 66 </Component> 63 67 64 68 </Directory> 65 69 </Directory> … … 72 76 <ComponentRef Id="ReadMeText" /> 73 77 <Condition Level="0">VersionNT64</Condition> 78 </Feature> 79 80 <Feature Id="Languages" Title="Languages" Level="1"> 81 <Feature Id="FeatLangDutch" Title="Dutch" Level="1"> 82 <ComponentRef Id="LangDutch" /> 83 </Feature> 84 <Condition Level="0">VersionNT64</Condition> 74 85 </Feature> 75 86
