VirtualBox

vbox的更動 66325 路徑 trunk/src/VBox/Installer


忽略:
時間撮記:
2017-3-29 上午09:27:17 (8 年 以前)
作者:
vboxsync
訊息:

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.

位置:
trunk/src/VBox/Installer/win
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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