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