Browse Source

SharpDevelop Setup: fixed check for newer versions (test for >2.2.x instead of >2.1.x)

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2545 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 18 years ago
parent
commit
e624307810
  1. 4
      src/Setup/Setup.wxs

4
src/Setup/Setup.wxs

@ -30,7 +30,7 @@ @@ -30,7 +30,7 @@
<!-- Checks for newer versions -->
<UpgradeVersion OnlyDetect="yes"
Property="NEWERVERSIONFOUND"
Minimum="2.1.$(var.PRODUCTBUILDVERSION)"
Minimum="2.2.$(var.PRODUCTBUILDVERSION)"
IncludeMinimum="no"/>
</Upgrade>
@ -134,7 +134,7 @@ @@ -134,7 +134,7 @@
each be a feature if the user wants to heavily customise the installation.
-->
<Feature Id="Complete"
Title="SharpDevelop 2.1"
Title="SharpDevelop"
Description="Installs SharpDevelop and registers file associations"
Level="1"
ConfigurableDirectory="INSTALLDIR"

Loading…
Cancel
Save