sapling/contrib/wix
Steve Borho 3f177d32a4 wix: generate a new GUID for the help folder
A GUID change is recommended after changes like 857ab17725c0
2010-07-01 19:13:23 -05:00
..
contrib.wxs wix: hgweb file renames 2010-04-26 11:33:37 -05:00
COPYING.rtf contrib/wix: add COPYING.rtf 2010-02-25 14:56:09 +01:00
doc.wxs wix updates 2010-04-16 14:57:30 +02:00
guids.wxi wix: generate a new GUID for the help folder 2010-07-01 19:13:23 -05:00
help.wxs wix: pick up new help topics added between 1.5 and 1.6 2010-07-01 12:53:37 -05:00
i18n.wxs wix: refactor and new guids.wxi 2010-04-04 02:39:45 +02:00
locale.wxs wix updates 2010-04-16 14:57:30 +02:00
mercurial.wxs wix updates 2010-04-16 14:57:30 +02:00
README.txt contrib/wix: MSVC CRT libraries are installed in WinSxS 2010-02-18 20:47:12 +01:00
templates.wxs wix: refactor and new guids.wxi 2010-04-04 02:39:45 +02:00

WiX installer source files
==========================

The files in this folder are used by the thg-winbuild [1] package
building architecture to create a Mercurial MSI installer.   These files
are versioned within the Mercurial source tree because the WXS files
must kept up to date with distribution changes within their branch.  In
other words, the default branch WXS files are expected to diverge from
the stable branch WXS files.  Storing them within the same repository is
the only sane way to keep the the source tree and the installer in sync.

The MSI installer builder uses only the mercurial.ini file from the
contrib/win32 folder, the contents of which have been historically used
to create an InnoSetup based installer.  The rest of the files there are
ignored.

The MSI packages built by thg-winbuild require elevated (admin)
privileges to be installed due to the installation of MSVC CRT libraries
under the C:\WINDOWS\WinSxS folder.  Thus the InnoSetup installers may
still be useful to some users.

To build your own MSI packages, clone the thg-winbuild [1] repository
and follow the README.txt [2] instructions closely.  There are fewer
prerequisites for a WiX [3] installer than an InnoSetup installer, but
they are more specific.

Direct questions or comments to Steve Borho <steve@borho.org>

[1] http://bitbucket.org/tortoisehg/thg-winbuild
[2] http://bitbucket.org/tortoisehg/thg-winbuild/src/tip/README.txt
[3] http://wix.sourceforge.net/