Updated installer to check for Service Pack 2 on Windows XP and suggest download of Service Pack 3.
This commit is contained in:
parent
7d6a1a0e41
commit
0cf1263d70
@ -276,7 +276,9 @@ Function .onInit
|
||||
|
||||
${If} ${IsWinXP}
|
||||
${AndIf} ${AtMostServicePack} 1
|
||||
MessageBox MB_TOPMOST|MB_ICONSTOP "Sorry, this application requires at least Windows XP with Service-Pack 2!"
|
||||
MessageBox MB_TOPMOST|MB_ICONSTOP "Sorry, this application requires Windows XP with Service Pack 2 or newer!"
|
||||
MessageBox MB_TOPMOST|MB_ICONINFORMATION|MB_YESNO "Do you want to download Service Pack 3 for Windows XP now?" IDNO +2
|
||||
ExecShell "open" "http://www.microsoft.com/downloads/en/details.aspx?FamilyID=5b33b5a8-5e76-401f-be08-1e1555d4f3d4"
|
||||
Quit
|
||||
${EndIf}
|
||||
FunctionEnd
|
||||
|
@ -1654,7 +1654,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1655,8 +1655,8 @@
|
||||
<translation>Programm '%1' benötigt Qt v%2, aber Qt v%3 wurde gefunden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation>Programm '%1' benötigt Windows 2000 oder neuer.</translation>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1654,8 +1654,8 @@
|
||||
<translation>El ejecutable '%1'requiere Qt v%2, pero se ha encontrado v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation>El ejecutable '%1'requiere Windows 2000 o superior.</translation>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1664,7 +1664,7 @@ Ouvrir le dossier récursivement...</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1655,7 +1655,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -1654,8 +1654,8 @@
|
||||
<translation type="unfinished">'%1'의 실행은 Qt v%2가 요구됩니다. 하지만 Qt v%3이 발견되었습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished">'%1'의 실행은 Windows 2000 이상이 요구됩니다.</translation>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1657,8 +1657,8 @@
|
||||
<translation type="unfinished">Исполняемому файлу '%1' требуется версия Qt v%2, но найдена версия v%3.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<translation type="unfinished">Исполняемому файлу '%1' треубся Windows 2000 или новее.</translation>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1654,7 +1654,7 @@
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Executable '%1' requires Windows 2000 or later.</source>
|
||||
<source>Executable '%1' requires Windows XP or later.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,7 +25,7 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 2
|
||||
#define VER_LAMEXP_BUILD 426
|
||||
#define VER_LAMEXP_BUILD 427
|
||||
#define VER_LAMEXP_SUFFIX Alpha-1
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user