mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 18:52:22 -05:00
Add Windows version check to installer against overly frustrated Win2000 users
This commit is contained in:
parent
a909aa1817
commit
e5f8aaf8eb
@ -21,6 +21,7 @@ CreateUninstallRegKey=not IsTaskSelected('portable')
|
|||||||
Uninstallable=not IsTaskSelected('portable')
|
Uninstallable=not IsTaskSelected('portable')
|
||||||
ArchitecturesAllowed=x64
|
ArchitecturesAllowed=x64
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
MinVersion=5.2
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
Name: "normal"; Description: "Normal Installation"
|
Name: "normal"; Description: "Normal Installation"
|
||||||
|
@ -20,6 +20,7 @@ ShowComponentSizes=no
|
|||||||
CreateUninstallRegKey=not IsTaskSelected('portable')
|
CreateUninstallRegKey=not IsTaskSelected('portable')
|
||||||
Uninstallable=not IsTaskSelected('portable')
|
Uninstallable=not IsTaskSelected('portable')
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x86 x64
|
||||||
|
MinVersion=5.1
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
Name: "normal"; Description: "Normal Installation"
|
Name: "normal"; Description: "Normal Installation"
|
||||||
|
@ -21,6 +21,7 @@ CreateUninstallRegKey=not IsTaskSelected('portable')
|
|||||||
Uninstallable=not IsTaskSelected('portable')
|
Uninstallable=not IsTaskSelected('portable')
|
||||||
ArchitecturesAllowed=x64
|
ArchitecturesAllowed=x64
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
MinVersion=5.2
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
Name: "normal"; Description: "Normal Installation"
|
Name: "normal"; Description: "Normal Installation"
|
||||||
|
@ -20,6 +20,7 @@ ShowComponentSizes=no
|
|||||||
CreateUninstallRegKey=not IsTaskSelected('portable')
|
CreateUninstallRegKey=not IsTaskSelected('portable')
|
||||||
Uninstallable=not IsTaskSelected('portable')
|
Uninstallable=not IsTaskSelected('portable')
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x86 x64
|
||||||
|
MinVersion=5.1
|
||||||
|
|
||||||
[Types]
|
[Types]
|
||||||
Name: "normal"; Description: "Normal Installation"
|
Name: "normal"; Description: "Normal Installation"
|
||||||
|
Loading…
Reference in New Issue
Block a user