summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2016-05-24 14:20:53 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2016-05-24 14:23:03 +0200
commit9eb0fbda3e28df3b36ab941fae0b76246fe32828 (patch)
treeb5db7d5025dd3674caff66c27c17224e751aabfe /win
parent18487ed60ecf8d8e8416a45e1f45c3a012662ce7 (diff)
downloadmariadb-git-9eb0fbda3e28df3b36ab941fae0b76246fe32828.tar.gz
MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported)
Diffstat (limited to 'win')
-rw-r--r--win/packaging/extra.wxs.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/win/packaging/extra.wxs.in b/win/packaging/extra.wxs.in
index 6e5d1bf0fb2..b716bbf7e88 100644
--- a/win/packaging/extra.wxs.in
+++ b/win/packaging/extra.wxs.in
@@ -900,5 +900,8 @@
'Setting the ALLUSERS property is not allowed because [ProductName] is a per-machine application. Setup will now exit.'>
<![CDATA[ALLUSERS = "1"]]>
</Condition>
+ <Condition Message='This application is only supported on Windows Vista, Windows Server 2008, or higher.'>
+ <![CDATA[Installed OR (VersionNT >= 600)]]>
+ </Condition>
</Fragment>
</Wix>