From: Ben Kaduk Date: Mon, 13 Aug 2012 22:01:47 +0000 (-0400) Subject: Upgrade 64-bit KfW installations X-Git-Tag: kfw-4.0-final~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408b8116048426715c9cfa69b36bd928e45aff23;p=thirdparty%2Fkrb5.git Upgrade 64-bit KfW installations We use separate UpgradeCodes for 32- and 64-bit installers, so we must check for both of them when seeing if we are upgrading an old/existing installation. (cherry picked from commit 9470259dcd30c564af0eb30b9afbc9e0c492f79c) ticket: 7335 status: resolved --- diff --git a/src/windows/installer/wix/kfw.wxs b/src/windows/installer/wix/kfw.wxs index c7b86ac9ea..20a70e5ed7 100755 --- a/src/windows/installer/wix/kfw.wxs +++ b/src/windows/installer/wix/kfw.wxs @@ -169,7 +169,7 @@ - (Not Installed) And (UPGRADEPISMERE Or UPGRADEKFW) + (Not Installed) And (UPGRADEPISMERE Or UPGRADEKFW Or UPGRADEKFW64) SYSTEMKRB5INI <> "" @@ -196,7 +196,12 @@ - + + + + + +