1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 22:03:13 +02:00

- Win32 installer: Latest InnoSetup no longer supports Windows 95/98,

so update Minversion to make the .iss compile.
This commit is contained in:
Bram Matthys
2012-06-24 16:07:14 +02:00
parent 1f8ba91b69
commit 8b8490feb7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -2453,3 +2453,5 @@
You can still change the setting, just the default is correct now.
The code for this was already there but was not working correctly
causing users to go through the generation process upon each install.
- Win32 installer: Latest InnoSetup no longer supports Windows 95/98,
so update Minversion to make the .iss compile.
+1 -1
View File
@@ -27,7 +27,7 @@ LicenseFile=.\gplplusssl.rtf
#endif
Compression=lzma
SolidCompression=true
MinVersion=4.0.1111,4.0.1381
MinVersion=5.0
OutputDir=../../
; !!! Make sure to update SSL validation (WizardForm.TasksList.Checked[9]) if tasks are added/removed !!!