Mercurial > hg-stable
changeset 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 | d2c1fc440533 |
files | contrib/wix/README.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/wix/README.txt Thu Feb 18 13:05:15 2010 -0600 +++ b/contrib/wix/README.txt Thu Feb 18 20:47:12 2010 +0100 @@ -16,8 +16,8 @@ The MSI packages built by thg-winbuild require elevated (admin) privileges to be installed due to the installation of MSVC CRT libraries -under the %system32% folder. Thus the InnoSetup installers may still -be useful to some users. +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