From afd6d6260f8460efb10e964beb26d94a2b0f8547 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 20 Jan 2007 05:50:41 +0000 Subject: [PATCH] KFW MSI installer corrections Add missing registry keys and values for Network Identity Manager plug-ins. Correct short names. ticket: new tags: pullup component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19078 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/installer/wix/files.wxi | 97 +++++++++++++--------- src/windows/installer/wix/kfw.wxs | 6 +- src/windows/installer/wix/lang/ui_1033.wxi | 4 +- 3 files changed, 65 insertions(+), 42 deletions(-) diff --git a/src/windows/installer/wix/files.wxi b/src/windows/installer/wix/files.wxi index 9ee81bb42..5fc096631 100644 --- a/src/windows/installer/wix/files.wxi +++ b/src/windows/installer/wix/files.wxi @@ -338,12 +338,35 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -353,8 +376,8 @@ - - + + VersionNT > 500 @@ -362,8 +385,8 @@ - - + + VersionNT <= 500 @@ -628,8 +651,8 @@ - - + + @@ -638,7 +661,7 @@ - + @@ -656,46 +679,46 @@ - + - - - - - - - - - - - - + + + + + + + + + + + + - + - + - + - - + + - - + + @@ -727,7 +750,7 @@ - + @@ -736,7 +759,7 @@ - + @@ -747,14 +770,14 @@ - + - - + + - + @@ -766,12 +789,12 @@ - + - - + + @@ -819,7 +842,7 @@ USENETIDMGR - + diff --git a/src/windows/installer/wix/kfw.wxs b/src/windows/installer/wix/kfw.wxs index bc0ab2a8d..f6262459d 100644 --- a/src/windows/installer/wix/kfw.wxs +++ b/src/windows/installer/wix/kfw.wxs @@ -147,8 +147,8 @@ - UPGRADEPISMERE Or UPGRADEKFW + UPGRADEPISMERE Or UPGRADEKFW UILevel = 0 And (Not Installed) And (CCP_Success <> 1) UPGRADENSIS <> "" And UILevel >= 4 @@ -157,7 +157,7 @@ VersionNT >= 500 And &feaKfwClient=3 VersionNT >= 500 And &feaKfwClient=2 - &feaKfwClient=3 + &feaKfwClient=3 &feaKfwClient=3 &feaKfwClient=2 @@ -171,7 +171,7 @@ - + diff --git a/src/windows/installer/wix/lang/ui_1033.wxi b/src/windows/installer/wix/lang/ui_1033.wxi index de4cc366d..ca0bdb700 100644 --- a/src/windows/installer/wix/lang/ui_1033.wxi +++ b/src/windows/installer/wix/lang/ui_1033.wxi @@ -1203,12 +1203,12 @@ - + - NOT Installed + NOT Installed Installed AND (RESUME OR Preselected) Installed AND NOT RESUME AND NOT Preselected -- 2.26.2