VirtualBox

Changeset 51876 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 4, 2014 8:43:16 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94737
Message:

Windows host installer: Try to fix the NetAdp uninstallation.

File:
1 edited

Legend:

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

    r51225 r51876  
    3434    </Custom>
    3535    <!-- Don't remove the host-only interfaces on update, only on uninstall -->
    36     <Custom Action="ca_RemoveHostOnlyInterfaces" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom>
     36    <Custom Action="ca_RemoveHostOnlyInterfaces" After="InstallInitialize" >
     37        <![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]>
     38    </Custom>
    3739    <!-- First stop the existing host-only interfaces on update ... -->
    38     <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" ><![CDATA[UPGRADINGPRODUCTCODE]]></Custom>
     40    <Custom Action="ca_StopHostOnlyInterfaces" Before="ca_UpdateHostOnlyInterfaces" >
     41        <![CDATA[UPGRADINGPRODUCTCODE]]>
     42    </Custom>
    3943    <!-- ... then do the actual driver update -->
    40     <Custom Action="ca_UpdateHostOnlyInterfacesArgs" Before="ca_UpdateHostOnlyInterfaces" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom>
    41     <Custom Action="ca_UpdateHostOnlyInterfaces" Before="InstallFiles" ><![CDATA[Installed AND UPGRADINGPRODUCTCODE AND (NOT REMOVE="ALL")]]></Custom>
     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")]]>
     49    </Custom>
    4250<?endif ?>
    4351
Note: See TracChangeset for help on using the changeset viewer.

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