Changeset 51099 in vbox
- Timestamp:
- Apr 17, 2014 4:06:00 PM (11 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r51097 r51099 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 les" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom>29 <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFinalize" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom> 30 30 <?endif ?> 31 31 -
trunk/src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi
r51097 r51099 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" After="InstallInitialize" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom>28 <Custom Action="ca_UninstallNetFlt" Before="InstallInitialize" ><![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]></Custom> 29 29 <?endif?> 30 30
Note:
See TracChangeset
for help on using the changeset viewer.