VirtualBox

Changeset 39491 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Dec 1, 2011 1:26:47 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75154
Message:

Logging.

File:
1 edited

Legend:

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

    r39464 r39491  
    743743  AccessControl::SetFileOwner "$0" "(S-1-5-32-545)"
    744744  Pop $1
    745   DetailPrint "Setting file owner for '$0': $1"
     745  DetailPrint "Setting file owner for $0 returned $1"
    746746  AccessControl::GrantOnFile "$0" "(S-1-5-32-545)" "FullAccess"
    747747  Pop $1
    748   DetailPrint "Setting access rights for '$0': $1"
     748  DetailPrint "Setting access rights for $0 returned $1"
    749749
    750750!if $%VBOX_WITH_GUEST_INSTALL_HELPER% == "1"
     
    752752    VBoxGuestInstallHelper::DisableWFP "$0"
    753753    Pop $1 ; Get return value (ignored for now)
    754     DetailPrint "Setting WFP exception for '$0': $1"
     754    DetailPrint "Setting WFP exception for $0 returned $1"
    755755  !endif
    756756!endif
     
    826826
    827827  !if $%BUILD_TARGET_ARCH% == "amd64"
    828     ; Only 64-bit installer: Also copy 32-bit DLLs on 64-bit target arch in
    829     ; Wow64 node (32-bit sub system)
     828    ; Only 64-bit installer:
     829    ; Also copy 32-bit DLLs on 64-bit Windows in SysWOW64 node
    830830    ${EnableX64FSRedirection}
    831831    SetOutPath $SYSDIR
    832     DetailPrint "Installing Direct3D support (Wow64) ..."
     832    DetailPrint "Installing Direct3D support (SysWOW64: $SYSDIR) ..."
    833833    FILE "$%VBOX_PATH_ADDITIONS_WIN_X86%\libWine.dll"
    834834    FILE "$%VBOX_PATH_ADDITIONS_WIN_X86%\VBoxD3D8.dll"
     
    836836    FILE "$%VBOX_PATH_ADDITIONS_WIN_X86%\wined3d.dll"
    837837
     838    ;
    838839    ; Update DLL cache
     840    ;
     841
     842    ; Save original DLLs (only if msd3d*.dll does not exist) ...
    839843    SetOutPath "$SYSDIR\dllcache"
    840844    IfFileExists "$SYSDIR\dllcache\msd3d8.dll" +1
     
    856860    !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%VBOX_PATH_ADDITIONS_WIN_X86%\d3d8.dll" "$SYSDIR\dllcache\d3d8.dll" "$TEMP"
    857861    !insertmacro InstallLib DLL NOTSHARED REBOOT_NOTPROTECTED "$%VBOX_PATH_ADDITIONS_WIN_X86%\d3d9.dll" "$SYSDIR\dllcache\d3d9.dll" "$TEMP"
     862
     863    ;
     864    ; Update original DLLs
     865    ;
    858866
    859867    ; Save original DLLs (only if msd3d*.dll does not exist) ...
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