Pull up r17532 from trunk
authorTom Yu <tlyu@mit.edu>
Fri, 2 Dec 2005 21:52:29 +0000 (21:52 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 2 Dec 2005 21:52:29 +0000 (21:52 +0000)
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

src/windows/installer/nsis/kfw-fixed.nsi

index eef55917b34524656acbb2c79e9465dbf320ff63..20106a722c53e846f0d8b2f3dccf4e784a490606 100644 (file)
@@ -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: