Mercurial > hg-stable
diff contrib/wix/help.wxs @ 13042:bd9bc4123920 stable
wix: add support for x64 native MSI packages
author | Steve Borho <steve@borho.org> |
---|---|
date | Fri, 26 Nov 2010 17:40:13 -0600 |
parents | d8205dacf9a3 |
children | b30c889584ef |
line wrap: on
line diff
--- 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" />