Changeset 39512 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 2, 2011 12:04:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r39496 r39512 856 856 CopyFiles /SILENT "$SYSDIR\dllcache\d3d9.dll" "$SYSDIR\dllcache\msd3d9.dll" 857 857 858 FILE "/oname=$SYSDIR\fooWow64_0.dll" "$%VBOX_PATH_ADDITIONS_WIN_X86%\wined3d.dll"859 860 858 Push "$SYSDIR\dllcache\d3d8.dll" 861 859 Call PrepareWRPFile … … 863 861 Push "$SYSDIR\dllcache\d3d9.dll" 864 862 Call PrepareWRPFile 865 866 FILE "/oname=$SYSDIR\fooWow64_1.dll" "$%VBOX_PATH_ADDITIONS_WIN_X86%\wined3d.dll"867 868 ; Because of the PrepareWRPFile calls above we need to make sure869 ; we enable the FS redirection again.870 ${EnableX64FSRedirection}871 FILE "/oname=$SYSDIR\fooWow64_2.dll" "$%VBOX_PATH_ADDITIONS_WIN_X86%\wined3d.dll"872 863 873 864 ; Exchange DLLs … … 884 875 885 876 ; Save original DLLs (only if msd3d*.dll does not exist) ... 877 SetOutPath $SYSDIR 886 878 IfFileExists "$SYSDIR\msd3d8.dll" +2 887 879 CopyFiles /SILENT "$SYSDIR\d3d8.dll" "$SYSDIR\msd3d8.dll"
Note:
See TracChangeset
for help on using the changeset viewer.