Changeset 52265 in vbox for trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
- Timestamp:
- Aug 4, 2014 1:50:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r51876 r52265 35 35 <!-- Don't remove the host-only interfaces on update, only on uninstall --> 36 36 <Custom Action="ca_RemoveHostOnlyInterfaces" After="InstallInitialize" > 37 <![CDATA[ (NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>37 <![CDATA[NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")]]> 38 38 </Custom> 39 39 <!-- First stop the existing host-only interfaces on update ... --> 40 <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" > 41 <![CDATA[UPGRADINGPRODUCTCODE]]> 42 </Custom> 43 <!-- ... then do the actual driver update --> 44 <Custom Action="ca_UpdateHostOnlyInterfacesArgs" Before="ca_UpdateHostOnlyInterfaces" > 45 <![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]> 46 </Custom> 47 <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFiles" > 48 <![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]> 40 <Custom Action="ca_StopHostOnlyInterfaces" After="InstallInitialize" > 41 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 49 42 </Custom> 50 43 <?endif ?>
Note:
See TracChangeset
for help on using the changeset viewer.