Changeset 52031 in vbox for trunk/src/VBox
- Timestamp:
- Jul 15, 2014 8:26:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r52015 r52031 111 111 <!-- Upgrade is flagged if current-install is newer than or equal to package - TODO: should make a dialog appear asking user to confirm downgrade --> 112 112 <!-- Setting "OnlyDetect" to "no" makes the installer uninstall an already newer installed version --> 113 <UpgradeVersion Property="NEWERVERSIONDETECTED" Minimum="$(var.Property_Version)" OnlyDetect="no" />113 <UpgradeVersion Property="NEWERVERSIONDETECTED" Minimum="$(var.Property_Version)" IncludeMinimum="no" OnlyDetect="no" /> 114 114 115 115 <!-- Flag is set if the install will trigger an upgrade of an existing install --> … … 445 445 446 446 <!-- First install the new version and then remove the old version. This is more efficient --> 447 <RemoveExistingProducts Before="InstallValidate" />447 <RemoveExistingProducts After="InstallValidate"><![CDATA[PREVIOUSVERSIONSINSTALLED OR NEWERVERSIONDETECTED]]></RemoveExistingProducts> 448 448 449 449 <Custom Action="ca_OriginalTargetDir" After="FileCost"><![CDATA[(NOT INSTALLDIR) AND (NOT EXISTINGINSTALLDIR)]]></Custom>
Note:
See TracChangeset
for help on using the changeset viewer.