Changeset 51876 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Jul 4, 2014 8:43:16 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94737
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r51225 r51876 34 34 </Custom> 35 35 <!-- Don't remove the host-only interfaces on update, only on uninstall --> 36 <Custom Action="ca_RemoveHostOnlyInterfaces" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom> 36 <Custom Action="ca_RemoveHostOnlyInterfaces" After="InstallInitialize" > 37 <![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]> 38 </Custom> 37 39 <!-- First stop the existing host-only interfaces on update ... --> 38 <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" ><![CDATA[UPGRADINGPRODUCTCODE]]></Custom> 40 <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" > 41 <![CDATA[UPGRADINGPRODUCTCODE]]> 42 </Custom> 39 43 <!-- ... then do the actual driver update --> 40 <Custom Action="ca_UpdateHostOnlyInterfacesArgs" Before="ca_UpdateHostOnlyInterfaces" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom> 41 <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFiles" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom> 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")]]> 49 </Custom> 42 50 <?endif ?> 43 51
Note:
See TracChangeset
for help on using the changeset viewer.