- Timestamp:
- Jul 5, 2016 10:18:31 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 108483
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VirtualBox.wxs
r59924 r62022 66 66 <?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?> 67 67 <!-- Force NDIS5 on pre-Vista --> 68 <SetProperty Id="NETWORKTYPE" After=" CostFinalize" Value="NDIS5"><![CDATA[(VersionNT < 600)]]></SetProperty>68 <SetProperty Id="NETWORKTYPE" After="LaunchConditions" Value="NDIS5"><![CDATA[(VersionNT < 600)]]></SetProperty> 69 69 <?endif ?> 70 70
Note:
See TracChangeset
for help on using the changeset viewer.