summary refs log tree commit diff stats
path: root/win32/installer/hexchat-xp-x86.skel.iss
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-22 05:13:27 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-22 05:13:27 +0200
commite5f8aaf8ebfca333a76f7b731a395a4b2efee728 (patch)
tree36a8d45c394f6399baa7287ad69650c2e47795b2 /win32/installer/hexchat-xp-x86.skel.iss
parenta909aa18172b1032e8ce84789c9e722aa09fc41a (diff)
Add Windows version check to installer against overly frustrated Win2000 users
Diffstat (limited to 'win32/installer/hexchat-xp-x86.skel.iss')
-rw-r--r--win32/installer/hexchat-xp-x86.skel.iss1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/installer/hexchat-xp-x86.skel.iss b/win32/installer/hexchat-xp-x86.skel.iss
index bb7a2268..e1bc4d9f 100644
--- a/win32/installer/hexchat-xp-x86.skel.iss
+++ b/win32/installer/hexchat-xp-x86.skel.iss
@@ -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"