Show
Ignore:
Timestamp:
05/29/08 20:18:46 (2 years ago)
Author:
Eoin
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sln/HalWiX/HalWiX.wxs

    r463 r464  
    44             Manufacturer="BinaryNotions.com" UpgradeCode="8cac0e8f-e307-450f-8aa4-af2bd341c69b"> 
    55 
    6       <Package InstallerVersion="200" Compressed="yes" Platforms="x64"/>       
     6      <Package InstallerVersion="200" Compressed="yes" Platforms="Intel64,Intel"/> 
    77      <Media Id="1" Cabinet="HalWiX.cab" EmbedCab="yes" /> 
    88       
     
    4242              </File> 
    4343            </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> 
    4448             
    4549          </Directory> 
     
    6165              </File> 
    6266            </Component> 
    63              
     67 
    6468          </Directory> 
    6569        </Directory> 
     
    7276        <ComponentRef Id="ReadMeText" /> 
    7377        <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>  
    7485      </Feature> 
    7586