Changeset 96656 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 8, 2022 12:00:23 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditions.nsi
r96407 r96656 904 904 ${LogToVBoxTray} "2" "Error while installing ${PRODUCT_NAME}!" 905 905 ${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 906 913 907 914 ; Set overall exit code
Note:
See TracChangeset
for help on using the changeset viewer.