diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 20:51:40 -0700 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-01 20:51:40 -0700 |
commit | 2b13d0f527e1262702dc9ce5eb510904ee78a6e3 (patch) | |
tree | 1dcb765cb68ab327fed222f79f5194e01013815b | |
parent | e054a6512f4f95c040a667e2095e317c65feb9a9 (diff) |
Apparently XP won't work anymore, Uniscribe problem with the redistributable
-rw-r--r-- | win32/installer/hexchat-x64.skel.iss | 2 | ||||
-rw-r--r-- | win32/installer/hexchat-x86.skel.iss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/installer/hexchat-x64.skel.iss b/win32/installer/hexchat-x64.skel.iss index 8ba7ceae..a6087c15 100644 --- a/win32/installer/hexchat-x64.skel.iss +++ b/win32/installer/hexchat-x64.skel.iss @@ -21,7 +21,7 @@ CreateUninstallRegKey=not IsTaskSelected('portable') Uninstallable=not IsTaskSelected('portable') ArchitecturesAllowed=x64 ArchitecturesInstallIn64BitMode=x64 -MinVersion=5.2 +MinVersion=6.0 [Types] Name: "normal"; Description: "Normal Installation" diff --git a/win32/installer/hexchat-x86.skel.iss b/win32/installer/hexchat-x86.skel.iss index 31c579be..96ac04f2 100644 --- a/win32/installer/hexchat-x86.skel.iss +++ b/win32/installer/hexchat-x86.skel.iss @@ -20,7 +20,7 @@ ShowComponentSizes=no CreateUninstallRegKey=not IsTaskSelected('portable') Uninstallable=not IsTaskSelected('portable') ArchitecturesAllowed=x86 x64 -MinVersion=5.1 +MinVersion=6.0 [Types] Name: "normal"; Description: "Normal Installation" |