##// END OF EJS Templates
setup: include hgext3rd package in py2exe builds...
setup: include hgext3rd package in py2exe builds This is a core Mercurial package and we should always ship it. Differential Revision: https://phab.mercurial-scm.org/D6094

File last commit:

r42012:765f836a default
r42084:5d9fdc9b default
Show More
README.txt
29 lines | 1.3 KiB | text/plain | TextLexer
Steve Borho
Add WiX installer scripts to contrib/wix
r10502 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
Mads Kiilerich
help: fix some instances of 'the the'
r17251 the only sane way to keep the source tree and the installer in sync.
Steve Borho
Add WiX installer scripts to contrib/wix
r10502
The MSI installer builder uses only the mercurial.ini file from the
Gregory Szorc
inno: move inno installer files to contrib/packaging/inno...
r42012 contrib/win32 folder.
Steve Borho
Add WiX installer scripts to contrib/wix
r10502
The MSI packages built by thg-winbuild require elevated (admin)
privileges to be installed due to the installation of MSVC CRT libraries
Adrian Buehlmann
contrib/wix: MSVC CRT libraries are installed in WinSxS...
r10503 under the C:\WINDOWS\WinSxS folder. Thus the InnoSetup installers may
still be useful to some users.
Steve Borho
Add WiX installer scripts to contrib/wix
r10502
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/