# HG changeset patch # User Adrian Buehlmann # Date 1266522432 -3600 # Node ID bbf22812e8ada0c0d718ced36a9b3422c972a951 # Parent 1e022c88a0a5f72bf824c21f6060e0ad04e2f14a contrib/wix: MSVC CRT libraries are installed in WinSxS not in %system32% diff -r 1e022c88a0a5 -r bbf22812e8ad contrib/wix/README.txt --- 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