[PATCH 2 of 2] wix: add help for bundle and changegroup topics

Yuya Nishihara yuya at tcha.org
Sun Dec 20 01:53:11 CST 2015


On Thu, 17 Dec 2015 21:26:27 -0500, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1450405448 18000
> #      Thu Dec 17 21:24:08 2015 -0500
> # Node ID 79c3d4dbeac2208560a399b76db9ba9039e9e2d8
> # Parent  c63a117963ebcbada5e359cdc60ad5112d0a14cd
> wix: add help for bundle and changegroup topics
> 
> This makes the changes in a79cba6cb206 and 84784f834b3a available on Windows.
> 
> I'm not setup to make the installer, so someone with experience in this area
> should probably give it a look.
> 
> diff --git a/contrib/wix/help.wxs b/contrib/wix/help.wxs
> --- a/contrib/wix/help.wxs
> +++ b/contrib/wix/help.wxs
> @@ -8,6 +8,8 @@
>      <DirectoryRef Id="INSTALLDIR">
>        <Directory Id="helpdir" Name="help" FileSource="$(var.SourceDir)">
>          <Component Id="helpFolder" Guid="$(var.helpFolder.guid)" Win64='$(var.IsX64)'>
> +          <File Name="internals/bundles.txt" />
> +          <File Name="internals/changegroups.txt" />

Guessing from templates.wxs, File element can't include a directory separator.

I've pushed only the first patch, thanks.


More information about the Mercurial-devel mailing list