VirtualBox

Changeset 58571 in vbox for trunk/src/VBox/Installer/win


Ignore:
Timestamp:
Nov 4, 2015 3:09:59 PM (9 years ago)
Author:
vboxsync
Message:

Windows host installer: Try to fix the public NETWORKTYPE property.

File:
1 edited

Legend:

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

    r58570 r58571  
    6565    <Property Id="NETWORKTYPE" Value="NDIS6" Secure="yes"/>
    6666    <!-- Force NDIS5 on pre-Vista -->
    67     <SetProperty Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[VersionNT < 600]]></SetProperty>
     67    <SetProperty Id="NETWORKTYPE" After="CostFinalize" Value="NDIS5"><![CDATA[(NETWORKTYPE="NDIS6") AND (VersionNT < 600)]]></SetProperty>
    6868
    6969    <!-- Install the product for all users on the system -->
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