From 793ec45a7370a9e066968b24489f1d20ee5dd330 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 29 Jul 2011 16:52:18 +0000 Subject: [PATCH] (svn r22692) -Update: [Windows] Installer didn't mention 7 all the time --- os/windows/installer/install.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/windows/installer/install.nsi b/os/windows/installer/install.nsi index 071fd1cd7f..1440ac6ab6 100644 --- a/os/windows/installer/install.nsi +++ b/os/windows/installer/install.nsi @@ -560,12 +560,12 @@ Function CheckWindowsVersion StrCmp $R0 "win9x" 0 WinNT ClearErrors StrCmp ${APPARCH} "win9x" Done 0 - MessageBox MB_OKCANCEL|MB_ICONSTOP "You are trying to install the Windows 2000, XP and Vista version on Windows 95, 98 or ME. This is will not work. Please download the correct version. Do you really want to continue?" IDOK Done IDCANCEL Abort + MessageBox MB_OKCANCEL|MB_ICONSTOP "You are trying to install the Windows 2000, XP, Vista and 7 version on Windows 95, 98 or ME. This is will not work. Please download the correct version. Do you really want to continue?" IDOK Done IDCANCEL Abort GoTo Done WinNT: ClearErrors StrCmp ${APPARCH} "win9x" 0 Done - MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION "You are trying to install the Windows 95, 98 and ME version on Windows 2000, XP or Vista. This is not advised, but will work with reduced capabilities. We suggest that you download the correct version. Do you really want to continue?" IDOK Done IDCANCEL Abort + MessageBox MB_OKCANCEL|MB_ICONEXCLAMATION "You are trying to install the Windows 95, 98 and ME version on Windows 2000, XP, Vista or 7. This is not advised, but will work with reduced capabilities. We suggest that you download the correct version. Do you really want to continue?" IDOK Done IDCANCEL Abort Abort: Quit Done: