VirtualBox

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


Ignore:
Timestamp:
Oct 27, 2014 5:01:44 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96692
Message:

Installer/win: Force NDIS5 on pre-Vista hosts

File:
1 edited

Legend:

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

    r53141 r53156  
    6363
    6464    <!-- Default property for network adapter type -->
    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>
     65    <Property Id="NETWORKTYPE" Value="NDIS6" Secure="yes"/>
     66    <!-- Force NDIS5 on pre-Vista -->
     67    <SetProperty Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[VersionNT < 600]]></SetProperty>
    6968
    7069    <!-- 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