contrib/wix/help.wxs
branchstable
changeset 13042 bd9bc4123920
parent 12830 d8205dacf9a3
child 14819 b30c889584ef
--- a/contrib/wix/help.wxs	Fri Nov 26 16:18:19 2010 -0600
+++ b/contrib/wix/help.wxs	Fri Nov 26 17:40:13 2010 -0600
@@ -2,11 +2,12 @@
 <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
 
   <?include guids.wxi ?>
+  <?include defines.wxi ?>
 
   <Fragment>
     <DirectoryRef Id="INSTALLDIR">
       <Directory Id="helpdir" Name="help" FileSource="$(var.SourceDir)">
-        <Component Id="helpFolder" Guid="$(var.helpFolder.guid)">
+        <Component Id="helpFolder" Guid="$(var.helpFolder.guid)" Win64='$(var.IsX64)'>
           <File Name="config.txt" KeyPath="yes" />
           <File Name="dates.txt" />
           <File Name="diffs.txt" />