Changeset 104459 in vbox for trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi
- Timestamp:
- Apr 30, 2024 9:19:59 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi
r104453 r104459 41 41 digging through a lot of code to understand the where and why. --> 42 42 <Custom Action="ca_RemoveHostOnlyInterfacesNDIS6" After="InstallInitialize" 43 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE= 'ALL')" />43 Condition="NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")" /> 44 44 45 45 <!-- Stop the host-only interfaces on update only. Driver still has to be … … 47 47 do the actual upgrading, preserving the interfaces. --> 48 48 <Custom Action="ca_StopHostOnlyInterfacesNDIS6" After="InstallInitialize" 49 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE= 'ALL')" />49 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")" /> 50 50 51 51 <!-- Uninstall the driver only on package upgrade, as for uninstall it is … … 55 55 digging through a lot of code to understand the where and why. --> 56 56 <Custom Action="ca_UninstallNetAdp6Args" Before="ca_UninstallNetAdp6" 57 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE= 'ALL')" />57 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")" /> 58 58 59 59 <Custom Action="ca_UninstallNetAdp6" After="ca_StopHostOnlyInterfacesNDIS6" 60 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE= 'ALL')" />60 Condition="(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")" /> 61 61 62 62 <?endif?>
Note:
See TracChangeset
for help on using the changeset viewer.