MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported)

This commit is contained in:
Vladislav Vaintroub 2016-05-24 14:20:53 +02:00
parent 18487ed60e
commit 9eb0fbda3e

View file

@ -899,6 +899,9 @@
<Condition Message=
'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>