Skip to content

Commit

Permalink
Allow installation on Windows version < 1709
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
  • Loading branch information
Felix Weilbach authored and mgallien committed Jul 2, 2021
1 parent 3c3d3ab commit c6fdf1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/win/msi/Nextcloud.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,5 @@
<Condition Level="0">(NO_DESKTOP_SHORTCUT=1)</Condition>
</Feature>
</Feature>
<Condition Message="This application only runs on Windows 10, version 1709 or higher!">(VersionNT>=603 AND WINDOWSRELEASEID>=1709)</Condition>
</Product>
</Wix>

0 comments on commit c6fdf1b

Please sign in to comment.