Upgrade from KfW betas, too Instead of using 3.9.9 as a conditional for the maximum version to upgrade from, just use the current version. This seems to pick up beta tags properly (so we can upgrade from, e.g., beta 6 to beta 7 using the installer's upgrade tools), and is future-proof. Note that a 64-bit installer will not pick up an existing 32-bit install (or vice versa), but there does not seem to be infrastructure to deal with this situation easily. Also, "downgrading" by running an older installer with a newer version already installed will cause both versions to be simultaneously installed; only do this if you know what you're doing. https://github.com/krb5/krb5/commit/343c3c44dd96e7f8f58208b05b6074c140e193ba Author: Ben Kaduk Commit: 343c3c44dd96e7f8f58208b05b6074c140e193ba Branch: master src/windows/installer/wix/kfw.wxs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)