Changeset 52015 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 14, 2014 11:45:09 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r51385 r52015 445 445 446 446 <!-- First install the new version and then remove the old version. This is more efficient --> 447 <RemoveExistingProducts After="InstallValidate">PREVIOUSVERSIONSINSTALLED</RemoveExistingProducts>447 <RemoveExistingProducts Before="InstallValidate" /> 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.