VirtualBox

Changeset 96656 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Sep 8, 2022 12:00:23 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
153538
Message:

Windows Additions/Installer: Fixed a regression from r83313 where the installer did not dump the install_ui.log when it advertised to do so on a failed install.

File:
1 edited

Legend:

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

    r96407 r96656  
    904904    ${LogToVBoxTray} "2" "Error while installing ${PRODUCT_NAME}!"
    905905  ${EndIf}
     906
     907  ; Dump UI log to see what happend.
     908  ; Only works with non-silent installs.
     909  IfSilent +4 +1
     910    StrCpy $0 "$INSTDIR\install_ui.log"
     911    Push $0
     912    Call DumpLog
    906913
    907914  ; Set overall exit code
Note: See TracChangeset for help on using the changeset viewer.

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