VirtualBox

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


Ignore:
Timestamp:
Oct 24, 2014 11:02:42 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96674
Message:

Installer/win: Use NDIS6 by default on Vista+ hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VirtualBox.wxs

    r53090 r53141  
    6363
    6464    <!-- Default property for network adapter type -->
    65     <Property Id="NETWORKTYPE" Value="NDIS5" Secure="yes"/>
     65    <Property Id="NETWORKTYPE" Secure="yes"/>
     66    <!-- Use NDIS6 on Vista and later -->
     67    <SetProperty Action="SET_NETWORKTYPE_PRE_VISTA" Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[NETWORKTYPE = "" AND VersionNT < 600]]></SetProperty>
     68    <SetProperty Action="SET_NETWORKTYPE_VISTA_PLUS" Id="NETWORKTYPE" After="CostFinalize" Value="NDIS6"><![CDATA[NETWORKTYPE = "" AND VersionNT >= 600]]></SetProperty>
    6669
    6770    <!-- Install the product for all users on the system -->
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