Changeset 59397 in vbox
- Timestamp:
- Jan 19, 2016 3:45:55 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/VBoxMergeApp.wxi
r59390 r59397 83 83 <?if $(env.BUILD_TARGET_ARCH) != "x86" ?> 84 84 <!-- AMD64: Only install this proxy stub DLL on Windows 7 and later (OLE32 imports). --> 85 <Condition><![CDATA[(VersionNT >= 6 10)]]></Condition>85 <Condition><![CDATA[(VersionNT >= 601)]]></Condition> 86 86 <?endif ?> 87 87 <File Id="file_VBoxProxyStub" Name="VBoxProxyStub.dll" KeyPath="yes" … … 96 96 <Component Id="cp_ProxyStubLegacy" Guid="97F12055-5B6D-481C-E8CD-F41D8C733280" Win64="$(var.Property_Win64)"> 97 97 <!-- AMD64: Only install this proxy stub DLL pre-Windows 7 (legacy NDR stuff). --> 98 <Condition><![CDATA[(VersionNT < 6 10)]]></Condition>98 <Condition><![CDATA[(VersionNT < 601)]]></Condition> 99 99 <File Id="file_VBoxProxyStubLegacy" Name="VBoxProxyStubLegacy.dll" KeyPath="yes" 100 100 Source="$(env.PATH_OUT)\bin\VBoxProxyStubLegacy.dll">
Note:
See TracChangeset
for help on using the changeset viewer.