Changeset 39495 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 1, 2011 4:39:52 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r39492 r39495 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 858 860 Push "$SYSDIR\dllcache\d3d8.dll" 859 861 Call PrepareWRPFile … … 861 863 Push "$SYSDIR\dllcache\d3d9.dll" 862 864 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 sure 869 ; we enable the FS redirection again. 870 ${EnableX64FSRedirection} 871 FILE /oname="$SYSDIR\fooWow64_2.dll" "$%VBOX_PATH_ADDITIONS_WIN_X86%\wined3d.dll" 863 872 864 873 ; Exchange DLLs … … 875 884 876 885 ; Save original DLLs (only if msd3d*.dll does not exist) ... 877 SetOutPath $SYSDIR878 886 IfFileExists "$SYSDIR\msd3d8.dll" +2 879 887 CopyFiles /SILENT "$SYSDIR\d3d8.dll" "$SYSDIR\msd3d8.dll"
Note:
See TracChangeset
for help on using the changeset viewer.