VirtualBox

Changeset 66325 in vbox


Ignore:
Timestamp:
Mar 29, 2017 9:27:17 AM (8 years ago)
Author:
vboxsync
Message:

Installer/win: fix conditions for VBoxNetAdp uninstall (both NDIS5 and NDIS6 variant), regression which crept in when the NDIS6 support was introduced. Does not affect the filter drivers.

Location:
trunk/src/VBox/Installer/win
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdp6Seq.wxi

    r62539 r66325  
    3939    <!-- First stop the existing host-only interfaces on update ... -->
    4040    <Custom Action="ca_StopHostOnlyInterfacesNDIS6" After="InstallInitialize" >
    41         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     41        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4242    </Custom>
    4343
    4444    <Custom Action="ca_UninstallNetAdp6Args" Before="ca_UninstallNetAdp6" >
    45         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     45        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4646    </Custom>
    4747    <Custom Action="ca_UninstallNetAdp6" After="ca_StopHostOnlyInterfacesNDIS6" >
    48         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     48        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4949    </Custom>
    5050
  • trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi

    r62539 r66325  
    3939    <!-- First stop the existing host-only interfaces on update ... -->
    4040    <Custom Action="ca_StopHostOnlyInterfaces" After="InstallInitialize" >
    41         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     41        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4242    </Custom>
    4343
    4444    <Custom Action="ca_UninstallNetAdpArgs" Before="ca_UninstallNetAdp" >
    45         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     45        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4646    </Custom>
    4747    <Custom Action="ca_UninstallNetAdp" After="ca_StopHostOnlyInterfaces" >
    48         <![CDATA[(UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     48        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4949    </Custom>
    5050
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette