Changeset 66325 in vbox
- Timestamp:
- Mar 29, 2017 9:27:17 AM (8 years ago)
- Location:
- trunk/src/VBox/Installer/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi
r62539 r66325 39 39 <!-- First stop the existing host-only interfaces on update ... --> 40 40 <Custom Action="ca_StopHostOnlyInterfacesNDIS6" After="InstallInitialize" > 41 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>41 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 42 42 </Custom> 43 43 44 44 <Custom Action="ca_UninstallNetAdp6Args" Before="ca_UninstallNetAdp6" > 45 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>45 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 46 46 </Custom> 47 47 <Custom Action="ca_UninstallNetAdp6" After="ca_StopHostOnlyInterfacesNDIS6" > 48 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>48 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 49 49 </Custom> 50 50 -
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r62539 r66325 39 39 <!-- First stop the existing host-only interfaces on update ... --> 40 40 <Custom Action="ca_StopHostOnlyInterfaces" After="InstallInitialize" > 41 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>41 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 42 42 </Custom> 43 43 44 44 <Custom Action="ca_UninstallNetAdpArgs" Before="ca_UninstallNetAdp" > 45 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>45 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 46 46 </Custom> 47 47 <Custom Action="ca_UninstallNetAdp" After="ca_StopHostOnlyInterfaces" > 48 <![CDATA[(UPGRADINGPRODUCTCODE) AND(REMOVE="ALL")]]>48 <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]> 49 49 </Custom> 50 50
Note:
See TracChangeset
for help on using the changeset viewer.