VirtualBox

Changeset 62022 in vbox for trunk/src


Ignore:
Timestamp:
Jul 5, 2016 10:18:31 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108483
Message:

Installer/Win: Fix NETWORKTYPE property (was set too late if installing in silent mode).

File:
1 edited

Legend:

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

    r59924 r62022  
    6666<?if $(env.VBOX_WITH_MSM_INSTALL) = "no" ?>
    6767    <!-- 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>
    6969<?endif ?>
    7070
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