Changeset 50422 in vbox
- Timestamp:
- Feb 12, 2014 11:41:17 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92207
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsCommon.nsh
r50421 r50422 1043 1043 ${LogVerbose} "Restoring original D3D files ..." 1044 1044 !if $%BUILD_TARGET_ARCH% == "x86" 1045 $ PrepareWRPFileEx} "${un}" "$SYSDIR\d3d8.dll"1045 ${PrepareWRPFileEx} "${un}" "$SYSDIR\d3d8.dll" 1046 1046 ${CopyFileEx} "${un}" "$SYSDIR\msd3d8.dll" "$SYSDIR\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1047 1047 !endif 1048 $ PrepareWRPFileEx} "${un}" "$SYSDIR\d3d9.dll"1048 ${PrepareWRPFileEx} "${un}" "$SYSDIR\d3d9.dll" 1049 1049 ${CopyFileEx} "${un}" "$SYSDIR\msd3d9.dll" "$SYSDIR\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1050 1050 1051 1051 ${If} $g_bCapDllCache == "true" 1052 1052 !if $%BUILD_TARGET_ARCH% == "x86" 1053 $ PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d8.dll"1053 ${PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d8.dll" 1054 1054 ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d8.dll" "$SYSDIR\dllcache\d3d8.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1055 1055 !endif 1056 $ PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d9.dll"1056 ${PrepareWRPFileEx} "${un}" "$SYSDIR\dllcache\d3d9.dll" 1057 1057 ${CopyFileEx} "${un}" "$SYSDIR\dllcache\msd3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "Microsoft Corporation" "$%BUILD_TARGET_ARCH%" 1058 1058 ${EndIf} 1059 1059 1060 1060 !if $%BUILD_TARGET_ARCH% == "amd64" 1061 $ PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d8.dll"1061 ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d8.dll" 1062 1062 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d8.dll" "$g_strSysWow64\d3d8.dll" "Microsoft Corporation" "x86" 1063 $ PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d9.dll"1063 ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\d3d9.dll" 1064 1064 ${CopyFileEx} "${un}" "$g_strSysWow64\msd3d9.dll" "$g_strSysWow64\d3d9.dll" "Microsoft Corporation" "x86" 1065 1065 1066 1066 ${If} $g_bCapDllCache == "true" 1067 $ PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d8.dll"1067 ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d8.dll" 1068 1068 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d8.dll" "$g_strSysWow64\dllcache\d3d8.dll" "Microsoft Corporation" "x86" 1069 $ PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d9.dll"1069 ${PrepareWRPFileEx} "${un}" "$g_strSysWow64\dllcache\d3d9.dll" 1070 1070 ${CopyFileEx} "${un}" "$g_strSysWow64\dllcache\msd3d9.dll" "$g_strSysWow64\dllcache\d3d9.dll" "Microsoft Corporation" "x86" 1071 1071 ${EndIf}
Note:
See TracChangeset
for help on using the changeset viewer.