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) https://github.com/krb5/krb5/commit/89d515bf1cda8eddb82a93da44e083caf1392da6 Author: Ben Kaduk Committer: Tom Yu Commit: 89d515bf1cda8eddb82a93da44e083caf1392da6 Branch: krb5-1.10 src/windows/installer/wix/config.wxi | 3 ++- src/windows/installer/wix/files.wxi | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletions(-)