VirtualBox

Ignore:
Timestamp:
Mar 31, 2017 11:22:40 AM (8 years ago)
Author:
vboxsync
Message:

Installer/win: Previous change broke package upgrade, so refine the condition further. Actual driver uninstall shouldn't be done on upgrade, as it would lose the information which host-only interfaces are created.

File:
1 edited

Legend:

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

    r66325 r66379  
    4242    </Custom>
    4343
     44    <!-- Finally uninstall the driver, but only on package uninstall -->
    4445    <Custom Action="ca_UninstallNetAdp6Args" Before="ca_UninstallNetAdp6" >
    45         <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
     46        <![CDATA[NOT (UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
    4647    </Custom>
    4748    <Custom Action="ca_UninstallNetAdp6" After="ca_StopHostOnlyInterfacesNDIS6" >
    48         <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
     49        <![CDATA[NOT (UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
    4950    </Custom>
    5051
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