Changeset 107297 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Dec 12, 2024 11:42:12 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r107296 r107297 346 346 <?if $(env.VBOX_WITH_NETFLT) = "yes" ?> 347 347 <Feature Id="VBoxNetwork" Title="VirtualBox Networking" Level="1" Description="!(loc.VB_Network)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no"> 348 <Feature Id="VBoxNetworkFlt" Title="VirtualBox Bridged Networking" Level="1" Description="!(loc.VB_Net FltDriver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no">348 <Feature Id="VBoxNetworkFlt" Title="VirtualBox Bridged Networking" Level="1" Description="!(loc.VB_NetLwfDriver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no"> 349 349 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> 350 350 <MergeRef Id="msm_VBoxNetworkLwf" /> … … 359 359 <?endif?> 360 360 </Feature> 361 <Feature Id="VBoxNetworkAdp" Title="VirtualBox Host-Only Networking" Level="1" Description="!(loc.VB_NetAdp Driver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no">361 <Feature Id="VBoxNetworkAdp" Title="VirtualBox Host-Only Networking" Level="1" Description="!(loc.VB_NetAdp6Driver)" ConfigurableDirectory="INSTALLDIR" TypicalDefault="install" Display="expand" AllowAdvertise="no"> 362 362 <?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?> 363 363 <MergeRef Id="msm_VBoxNetworkAdp6" />
Note:
See TracChangeset
for help on using the changeset viewer.