contrib/wix: MSVC CRT libraries are installed in WinSxS stable
authorAdrian Buehlmann <adrian@cadifra.com>
Thu, 18 Feb 2010 20:47:12 +0100
branchstable
changeset 10503 bbf22812e8ad
parent 10502 1e022c88a0a5
child 10504 d2c1fc440533
contrib/wix: MSVC CRT libraries are installed in WinSxS not in %system32%
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