Commit cc2b665e authored by Ludovic Fauvet's avatar Ludovic Fauvet

msi: prevent installation on Windows 2000 and older (close #6638)

parent 0e448097
......@@ -38,6 +38,10 @@
InstallerVersion='200'
Compressed='yes' />
<Condition Message="This application is only supported on Windows XP or higher.">
<![CDATA[Installed OR (VersionNT >= 501)]]>
</Condition>
<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit."/>
<Icon Id="vlc.ico" SourceFile="$(var.SourceDir)/vlc.ico"/>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment