From c4789f15f865c87fccccf1232e3221af5deddfe0 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Wed, 12 Dec 2007 03:45:42 +0000 Subject: KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS The 64-bit MSI must examine Win64 registry keys and not the 32-bit registry keys which is where the 32-bit NSIS installation will be detected. ticket: new component: windows tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20174 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/property.wxi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/windows/installer') diff --git a/src/windows/installer/wix/property.wxi b/src/windows/installer/wix/property.wxi index b1f5c599bd..1477acc079 100644 --- a/src/windows/installer/wix/property.wxi +++ b/src/windows/installer/wix/property.wxi @@ -2,6 +2,7 @@