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 /win32/installer/hexchat-x86.skel.iss | |
parent | e054a6512f4f95c040a667e2095e317c65feb9a9 (diff) |
Apparently XP won't work anymore, Uniscribe problem with the redistributable
Diffstat (limited to 'win32/installer/hexchat-x86.skel.iss')
-rw-r--r-- | win32/installer/hexchat-x86.skel.iss | 2 |
1 files changed, 1 insertions, 1 deletions
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" |