Changeset 50414 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Feb 11, 2014 4:08:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r50401 r50414 876 876 877 877 ; We need to switch to 64-bit app mode to handle the "real" 64-bit files in 878 ; " "system32" on a 64-bit guest878 ; "system32" on a 64-bit guest 879 879 Call ${un}SetAppMode64 880 880 … … 1032 1032 1033 1033 ; We need to switch to 64-bit app mode to handle the "real" 64-bit files in 1034 ; " "system32" on a 64-bit guest1034 ; "system32" on a 64-bit guest 1035 1035 Call ${un}SetAppMode64 1036 1036 … … 1054 1054 1055 1055 !if $%BUILD_TARGET_ARCH% == "amd64" 1056 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d8.dll" "$g_strSysWow64\d3d8.dll" "Microsoft Corporation" " $%BUILD_TARGET_ARCH%"1057 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d9.dll" "$g_strSysWow64\d3d9.dll" "Microsoft Corporation" " $%BUILD_TARGET_ARCH%"1056 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d8.dll" "$g_strSysWow64\d3d8.dll" "Microsoft Corporation" "x86" 1057 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d9.dll" "$g_strSysWow64\d3d9.dll" "Microsoft Corporation" "x86" 1058 1058 1059 1059 ${If} $g_bCapDllCache == "true" 1060 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d8.dll" "$g_strSysWow64\dllcache\d3d8.dll" "Microsoft Corporation" " $%BUILD_TARGET_ARCH%"1061 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d9.dll" "$g_strSysWow64\dllcache\d3d9.dll" "Microsoft Corporation" " $%BUILD_TARGET_ARCH%"1060 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d8.dll" "$g_strSysWow64\dllcache\d3d8.dll" "Microsoft Corporation" "x86" 1061 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d9.dll" "$g_strSysWow64\dllcache\d3d9.dll" "Microsoft Corporation" "x86" 1062 1062 ${EndIf} 1063 1063 !endif
Note:
See TracChangeset
for help on using the changeset viewer.