Changeset 58571 in vbox for trunk/src/VBox/Installer/win
- Timestamp:
- Nov 4, 2015 3:09:59 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r58570 r58571 65 65 <Property Id="NETWORKTYPE" Value="NDIS6" Secure="yes"/> 66 66 <!-- 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> 68 68 69 69 <!-- Install the product for all users on the system -->
Note:
See TracChangeset
for help on using the changeset viewer.