VirtualBox

Changeset 59397 in vbox


Ignore:
Timestamp:
Jan 19, 2016 3:45:55 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105094
Message:

VBoxMergeApp.wxi: Corrected VersionNT value for proxy stub DLL selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/VBoxMergeApp.wxi

    r59390 r59397  
    8383    <?if $(env.BUILD_TARGET_ARCH) != "x86" ?>
    8484        <!-- AMD64: Only install this proxy stub DLL on Windows 7 and later (OLE32 imports). -->
    85         <Condition><![CDATA[(VersionNT >= 610)]]></Condition>
     85        <Condition><![CDATA[(VersionNT >= 601)]]></Condition>
    8686    <?endif ?>
    8787        <File Id="file_VBoxProxyStub" Name="VBoxProxyStub.dll" KeyPath="yes"
     
    9696    <Component Id="cp_ProxyStubLegacy" Guid="97F12055-5B6D-481C-E8CD-F41D8C733280" Win64="$(var.Property_Win64)">
    9797        <!-- AMD64: Only install this proxy stub DLL pre-Windows 7 (legacy NDR stuff). -->
    98         <Condition><![CDATA[(VersionNT < 610)]]></Condition>
     98        <Condition><![CDATA[(VersionNT < 601)]]></Condition>
    9999        <File Id="file_VBoxProxyStubLegacy" Name="VBoxProxyStubLegacy.dll" KeyPath="yes"
    100100              Source="$(env.PATH_OUT)\bin\VBoxProxyStubLegacy.dll">
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