VirtualBox

Ignore:
Timestamp:
Aug 4, 2014 1:50:42 PM (10 years ago)
Author:
vboxsync
Message:

pr5904. This fix should resolve the problem with host-only configuration on Windows(2 and more networks).

File:
1 edited

Legend:

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

    r51876 r52265  
    3535    <!-- Don't remove the host-only interfaces on update, only on uninstall -->
    3636    <Custom Action="ca_RemoveHostOnlyInterfaces" After="InstallInitialize" >
    37         <![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     37        <![CDATA[NOT (UPGRADINGPRODUCTCODE) AND (Installed) AND (REMOVE="ALL")]]>
    3838    </Custom>
    3939    <!-- First stop the existing host-only interfaces on update ... -->
    40     <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" >
    41         <![CDATA[UPGRADINGPRODUCTCODE]]>
    42     </Custom>
    43     <!-- ... then do the actual driver update -->
    44     <Custom Action="ca_UpdateHostOnlyInterfacesArgs" Before="ca_UpdateHostOnlyInterfaces" >
    45         <![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]>
    46     </Custom>
    47     <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFiles" >
    48         <![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]>
     40    <Custom Action="ca_StopHostOnlyInterfaces" After="InstallInitialize" >
     41        <![CDATA[(UPGRADINGPRODUCTCODE) OR (REMOVE="ALL")]]>
    4942    </Custom>
    5043<?endif ?>
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