From: Jeffrey Altman Date: Wed, 12 Dec 2007 03:45:42 +0000 (+0000) Subject: KFW BUG: WIX: 64-bit installer attempts to uninstall 32-bit NSIS X-Git-Tag: krb5-1.7-alpha1~771 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c4789f15f865c87fccccf1232e3221af5deddfe0;p=krb5.git 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 --- diff --git a/src/windows/installer/wix/property.wxi b/src/windows/installer/wix/property.wxi index b1f5c599b..1477acc07 100644 --- a/src/windows/installer/wix/property.wxi +++ b/src/windows/installer/wix/property.wxi @@ -2,6 +2,7 @@