comparison contrib/wix/README.txt @ 10503:bbf22812e8ad stable

contrib/wix: MSVC CRT libraries are installed in WinSxS not in %system32%
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 18 Feb 2010 20:47:12 +0100
parents 1e022c88a0a5
children 98166640b356
comparison
equal deleted inserted replaced
10502:1e022c88a0a5 10503:bbf22812e8ad
14 to create an InnoSetup based installer. The rest of the files there are 14 to create an InnoSetup based installer. The rest of the files there are
15 ignored. 15 ignored.
16 16
17 The MSI packages built by thg-winbuild require elevated (admin) 17 The MSI packages built by thg-winbuild require elevated (admin)
18 privileges to be installed due to the installation of MSVC CRT libraries 18 privileges to be installed due to the installation of MSVC CRT libraries
19 under the %system32% folder. Thus the InnoSetup installers may still 19 under the C:\WINDOWS\WinSxS folder. Thus the InnoSetup installers may
20 be useful to some users. 20 still be useful to some users.
21 21
22 To build your own MSI packages, clone the thg-winbuild [1] repository 22 To build your own MSI packages, clone the thg-winbuild [1] repository
23 and follow the README.txt [2] instructions closely. There are fewer 23 and follow the README.txt [2] instructions closely. There are fewer
24 prerequisites for a WiX [3] installer than an InnoSetup installer, but 24 prerequisites for a WiX [3] installer than an InnoSetup installer, but
25 they are more specific. 25 they are more specific.