mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
installer: check windows version 7 or higher
This commit is contained in:
parent
a2e92207c5
commit
c187209159
@ -24,6 +24,11 @@
|
|||||||
AllowSameVersionUpgrades="yes"
|
AllowSameVersionUpgrades="yes"
|
||||||
DowngradeErrorMessage="A newer version of $(var.MyProductName) is already installed." />
|
DowngradeErrorMessage="A newer version of $(var.MyProductName) is already installed." />
|
||||||
<Media Id="1" Cabinet="$(var.MyProductName).cab" EmbedCab="yes" />
|
<Media Id="1" Cabinet="$(var.MyProductName).cab" EmbedCab="yes" />
|
||||||
|
|
||||||
|
<!-- Determine if we are on Win7 or above. -->
|
||||||
|
<Condition Message="$(var.MyProductName) requires Windows version 7 or higher in order to be installed.">
|
||||||
|
<![CDATA[Installed OR (VersionNT >= 601)]]>
|
||||||
|
</Condition>
|
||||||
|
|
||||||
<!-- Determine if the old WinFsp installer that did not support upgrades is installed. -->
|
<!-- Determine if the old WinFsp installer that did not support upgrades is installed. -->
|
||||||
<Property Id="OLDVERSIONINSTALLED">
|
<Property Id="OLDVERSIONINSTALLED">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user