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