contrib/packaging/wix/README.txt
changeset 41920 c68a1df5c79a
parent 41846 765f836a9484
equal deleted inserted replaced
41919:3dbd3cdfe0d6 41920:c68a1df5c79a
       
     1 WiX installer source files
       
     2 ==========================
       
     3 
       
     4 The files in this folder are used by the thg-winbuild [1] package
       
     5 building architecture to create a Mercurial MSI installer.   These files
       
     6 are versioned within the Mercurial source tree because the WXS files
       
     7 must kept up to date with distribution changes within their branch.  In
       
     8 other words, the default branch WXS files are expected to diverge from
       
     9 the stable branch WXS files.  Storing them within the same repository is
       
    10 the only sane way to keep the source tree and the installer in sync.
       
    11 
       
    12 The MSI installer builder uses only the mercurial.ini file from the
       
    13 contrib/win32 folder.
       
    14 
       
    15 The MSI packages built by thg-winbuild require elevated (admin)
       
    16 privileges to be installed due to the installation of MSVC CRT libraries
       
    17 under the C:\WINDOWS\WinSxS folder.  Thus the InnoSetup installers may
       
    18 still be useful to some users.
       
    19 
       
    20 To build your own MSI packages, clone the thg-winbuild [1] repository
       
    21 and follow the README.txt [2] instructions closely.  There are fewer
       
    22 prerequisites for a WiX [3] installer than an InnoSetup installer, but
       
    23 they are more specific.
       
    24 
       
    25 Direct questions or comments to Steve Borho <steve@borho.org>
       
    26 
       
    27 [1] http://bitbucket.org/tortoisehg/thg-winbuild
       
    28 [2] http://bitbucket.org/tortoisehg/thg-winbuild/src/tip/README.txt
       
    29 [3] http://wix.sourceforge.net/