VirtualBox

Ignore:
Timestamp:
May 9, 2014 1:08:07 PM (11 years ago)
Author:
vboxsync
Message:

Windows host installer: Fixes for non-MSM builds.

File:
1 edited

Legend:

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

    r51120 r51225  
    1919<?if $(env.VBOX_WITH_NETFLT) = "yes" ?>
    2020    <!-- Create host-only interfaces on first-time install -->
    21     <Custom Action="ca_CreateHostOnlyInterfaceArgs" Before="ca_CreateHostOnlyInterface" ><![CDATA[NOT Installed]]></Custom>
    22     <Custom Action="ca_CreateHostOnlyInterface" Before="InstallFinalize" ><![CDATA[NOT Installed]]></Custom>
     21    <Custom Action="ca_CreateHostOnlyInterfaceArgs" Before="ca_CreateHostOnlyInterface" >
     22        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     23            <![CDATA[NOT Installed]]>
     24        <?else ?>
     25            <![CDATA[&VBoxNetworkAdp=3]]>
     26        <?endif ?>
     27    </Custom>
     28    <Custom Action="ca_CreateHostOnlyInterface" Before="InstallFinalize" >
     29        <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     30            <![CDATA[NOT Installed]]>
     31        <?else ?>
     32            <![CDATA[&VBoxNetworkAdp=3]]>
     33        <?endif ?>
     34    </Custom>
    2335    <!-- Don't remove the host-only interfaces on update, only on uninstall -->
    2436    <Custom Action="ca_RemoveHostOnlyInterfaces" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom>
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