Changeset 37815 in vbox for trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
- Timestamp:
- Jul 7, 2011 11:27:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r37326 r37815 804 804 !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%PATH_OUT%\bin\additions\d3d9.dll" "$g_strSystemDir\dllcache\d3d9.dll" "$TEMP" 805 805 806 ; Save original DLLs ...806 ; Save original DLLs (only if msd3d*.dll does not exist) ... 807 807 SetOutPath $g_strSystemDir 808 808 IfFileExists "$g_strSystemDir\msd3d8.dll" +1 809 809 CopyFiles /SILENT "$g_strSystemDir\d3d8.dll" "$g_strSystemDir\msd3d8.dll" 810 IfFileExists "$g_strSystemDir\msd3d 8.dll" +1810 IfFileExists "$g_strSystemDir\msd3d9.dll" +1 811 811 CopyFiles /SILENT "$g_strSystemDir\d3d9.dll" "$g_strSystemDir\msd3d9.dll" 812 812 … … 857 857 !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%VBOX_PATH_ADDITIONS_WIN_X86%\d3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "$TEMP" 858 858 859 ; Save original DLLs ...859 ; Save original DLLs (only if msd3d*.dll does not exist) ... 860 860 SetOutPath $SYSDIR 861 861 IfFileExists "$SYSDIR\dllcache\msd3d8.dll" +1
Note:
See TracChangeset
for help on using the changeset viewer.