1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 01:02:20 -05:00

Add Windows version check to installer against overly frustrated Win2000 users

This commit is contained in:
Berke Viktor 2012-10-22 05:13:27 +02:00
parent a909aa1817
commit e5f8aaf8eb
4 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CreateUninstallRegKey=not IsTaskSelected('portable')
Uninstallable=not IsTaskSelected('portable')
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
MinVersion=5.2
[Types]
Name: "normal"; Description: "Normal Installation"

View File

@ -20,6 +20,7 @@ ShowComponentSizes=no
CreateUninstallRegKey=not IsTaskSelected('portable')
Uninstallable=not IsTaskSelected('portable')
ArchitecturesAllowed=x86 x64
MinVersion=5.1
[Types]
Name: "normal"; Description: "Normal Installation"

View File

@ -21,6 +21,7 @@ CreateUninstallRegKey=not IsTaskSelected('portable')
Uninstallable=not IsTaskSelected('portable')
ArchitecturesAllowed=x64
ArchitecturesInstallIn64BitMode=x64
MinVersion=5.2
[Types]
Name: "normal"; Description: "Normal Installation"

View File

@ -20,6 +20,7 @@ ShowComponentSizes=no
CreateUninstallRegKey=not IsTaskSelected('portable')
Uninstallable=not IsTaskSelected('portable')
ArchitecturesAllowed=x86 x64
MinVersion=5.1
[Types]
Name: "normal"; Description: "Normal Installation"