Skip Menu |
 

From: kaduk@MIT.EDU
Subject: SVN Commit

Remove NSIS installs when upgrading to 64-bit

The NSIS installer appears to have only ever existed as a 32-bit
software. As such, unconditionally check the 32-bit registry tree
for an uninstall string; the architecture of the current package
being installed is not relevant to what was previously installed.

https://github.com/krb5/krb5/commit/4d3200ca369b47e8cf6966ae7670823d57ef2b3f
Author: Ben Kaduk <kaduk@mit.edu>
Commit: 4d3200ca369b47e8cf6966ae7670823d57ef2b3f
Branch: master
src/windows/installer/wix/property.wxi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Remove NSIS installs when upgrading to 64-bit

The NSIS installer appears to have only ever existed as a 32-bit
software. As such, unconditionally check the 32-bit registry tree
for an uninstall string; the architecture of the current package
being installed is not relevant to what was previously installed.

(cherry picked from commit 4d3200ca369b47e8cf6966ae7670823d57ef2b3f)

https://github.com/krb5/krb5/commit/6075a3f8ddb73be6f1f4fae44475842b4b667b16
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 6075a3f8ddb73be6f1f4fae44475842b4b667b16
Branch: krb5-1.10
src/windows/installer/wix/property.wxi | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)