VirtualBox

Ignore:
Timestamp:
Nov 17, 2015 2:13:20 PM (9 years ago)
Author:
vboxsync
Message:

bugref:8101. Windows MSM build is affected. It is passed public property NETWORKTYPE from outside into the merge modules now.

File:
1 edited

Legend:

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

    r58599 r58721  
    3434                 SummaryCodepage="1252"/>
    3535
     36
    3637        <?include PublicProperties.wxi ?>
     38
     39<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     40        <Property Id="localMSMNetworkType" Value="NDIS6" />
     41        <Configuration Name="passedNetworkType" Format="Text" DefaultValue="Not passed"/>
     42        <Substitution Table="CustomAction" Row="setNetworkTypeLWF" Column="Target" Value="[=passedNetworkType]"/>
     43        <CustomAction Id="setNetworkTypeLWF" Property="localMSMNetworkType" Value="[localMSMNetworkType]" Execute="immediate" />
     44        <CustomAction Id="correctNetworkTypeLWF" Property="localMSMNetworkType" Value="NDIS5" Execute="immediate" />
     45<?endif ?>
    3746
    3847        <!-- Here comes the file/directory list -->
     
    5059
    5160        <InstallExecuteSequence>
     61<?if $(env.VBOX_WITH_MSM_INSTALL) = "yes" ?>
     62            <Custom Action="setNetworkTypeLWF" After="CostInitialize"/>
     63            <Custom Action="correctNetworkTypeLWF" After="setNetworkTypeLWF">
     64                <![CDATA[(VersionNT < 600)]]>
     65            </Custom>
     66<?endif ?>
    5267            <?include VBoxMergeNetLwfSeq.wxi ?>
    5368        </InstallExecuteSequence>
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