Skip to content

Commit 9eb0fbd

Browse files
committed
MDEV-10071 Block installation on XP/Windows 2003 Server(they are no more supported)
1 parent 18487ed commit 9eb0fbd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

win/packaging/extra.wxs.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,9 @@
899899
<Condition Message=
900900
'Setting the ALLUSERS property is not allowed because [ProductName] is a per-machine application. Setup will now exit.'>
901901
<![CDATA[ALLUSERS = "1"]]>
902+
</Condition>
903+
<Condition Message='This application is only supported on Windows Vista, Windows Server 2008, or higher.'>
904+
<![CDATA[Installed OR (VersionNT >= 600)]]>
902905
</Condition>
903906
</Fragment>
904907
</Wix>

0 commit comments

Comments
 (0)