Changeset 51225 in vbox for trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
- Timestamp:
- May 9, 2014 1:08:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi
r51120 r51225 19 19 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?> 20 20 <!-- 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> 23 35 <!-- Don't remove the host-only interfaces on update, only on uninstall --> 24 36 <Custom Action="ca_RemoveHostOnlyInterfaces" Before="InstallFinalize" ><![CDATA[(NOT UPGRADINGPRODUCTCODE) AND (REMOVE="ALL")]]></Custom>
Note:
See TracChangeset
for help on using the changeset viewer.