VirtualBox

Ignore:
Timestamp:
Jul 7, 2011 11:27:46 AM (13 years ago)
Author:
vboxsync
Message:

Windows Guest Additions installer: Fixed file typos which might have caused trouble restoring original d3d*.dlls.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi

    r37326 r37815  
    804804  !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%PATH_OUT%\bin\additions\d3d9.dll" "$g_strSystemDir\dllcache\d3d9.dll" "$TEMP"
    805805
    806   ; Save original DLLs ...
     806  ; Save original DLLs (only if msd3d*.dll does not exist) ...
    807807  SetOutPath $g_strSystemDir
    808808  IfFileExists "$g_strSystemDir\msd3d8.dll" +1
    809809    CopyFiles /SILENT "$g_strSystemDir\d3d8.dll" "$g_strSystemDir\msd3d8.dll"
    810   IfFileExists "$g_strSystemDir\msd3d8.dll" +1
     810  IfFileExists "$g_strSystemDir\msd3d9.dll" +1
    811811    CopyFiles /SILENT "$g_strSystemDir\d3d9.dll" "$g_strSystemDir\msd3d9.dll"
    812812
     
    857857    !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%VBOX_PATH_ADDITIONS_WIN_X86%\d3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "$TEMP"
    858858
    859     ; Save original DLLs ...
     859    ; Save original DLLs (only if msd3d*.dll does not exist) ...
    860860    SetOutPath $SYSDIR
    861861    IfFileExists "$SYSDIR\dllcache\msd3d8.dll" +1
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette