From: Tom Yu Date: Fri, 2 Dec 2005 21:52:29 +0000 (+0000) Subject: Pull up r17532 from trunk X-Git-Tag: kfw-3.0-final~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9f95d11b1337436d451050649d7eab4aa88a2b58;p=krb5.git Pull up r17532 from trunk ticket: 3260 version_fixed: 1.4.4 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17539 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/installer/nsis/kfw-fixed.nsi b/src/windows/installer/nsis/kfw-fixed.nsi index eef55917b..20106a722 100644 --- a/src/windows/installer/nsis/kfw-fixed.nsi +++ b/src/windows/installer/nsis/kfw-fixed.nsi @@ -662,10 +662,13 @@ checkVer: Call GetWindowsVersion Pop $R0 StrCmp $R0 "95" wrongVersion + StrCmp $R0 "98" wrongVersion + StrCmp $R0 "ME" wrongVersion + StrCmp $R0 "NT 4.0" wrongVersion goto checkIPHLPAPI wrongVersion: - MessageBox MB_OK|MB_ICONSTOP|MB_TOPMOST "MIT ${PROGRAM_NAME} requires Microsoft Windows 98 or higher." + MessageBox MB_OK|MB_ICONSTOP|MB_TOPMOST "MIT ${PROGRAM_NAME} requires Microsoft Windows 2000 or higher." Abort checkIPHLPAPI: