Changeset 51120 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 22, 2014 3:00:41 PM (11 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r51099 r51120 27 27 <!-- ... then do the actual driver update --> 28 28 <Custom Action="ca_UpdateHostOnlyInterfacesArgs" Before="ca_UpdateHostOnlyInterfaces" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom> 29 <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFi nalize" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom>29 <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFiles" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom> 30 30 <?endif ?> 31 31 -
trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi
r51099 r51120 26 26 <Custom Action="ca_RollbackUninstallNetFlt" Before="ca_UninstallNetFlt" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom> 27 27 <Custom Action="ca_UninstallNetFltArgs" Before="ca_UninstallNetFlt" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom> 28 <Custom Action="ca_UninstallNetFlt" Before="InstallInitialize" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom>28 <Custom Action="ca_UninstallNetFlt" After="InstallInitialize" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom> 29 29 <?endif?> 30 30
Note:
See TracChangeset
for help on using the changeset viewer.