From 89d515bf1cda8eddb82a93da44e083caf1392da6 Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 15 Aug 2012 14:50:42 -0400 Subject: [PATCH] Make finding 32-bit libs easier Our 64-bit installer provides 32-bit libraries as well as 64-bit libraries, but not all 32-bit applications (e.g., PuTTY, Pidgin) are able to locate them in C:\Program Files\MIT\Kerberos . Including an InstallDir key under the Wow6432Node tree lets them work out-of-the-box; while here set all the registry keys in this component in the compatibility tree, for consistency. (cherry picked from commit 356f0c238e02812d30d04b0cc6e22b0dab2b6c0a) ticket: 7337 status: resolved --- src/windows/installer/wix/config.wxi | 3 ++- src/windows/installer/wix/files.wxi | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 40bdb7ccab..afafd35636 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -52,6 +52,7 @@ + @@ -182,4 +183,4 @@ - \ No newline at end of file + diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 5a9b5114e6..6b8d8cf789 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -493,6 +493,20 @@ + + + + + + + + + + + + + + -- 2.47.2