VirtualBox

Ignore:
Timestamp:
May 16, 2022 5:24:59 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
151467
Message:

Windows installer/Stub: Print log file location in verbose mode (when enabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r94313 r95025  
    659659        if (uLogLevel != ERROR_SUCCESS)
    660660            return ShowError("MsiEnableLogW failed");
     661
     662        if (g_iVerbosity)
     663            RTPrintf("Logging to file          : %s\n",      szLogFile);
    661664    }
    662665
     
    13261329        RTPrintf("Extraction path          : %s\n",      szExtractPath);
    13271330        RTPrintf("Silent installation      : %RTbool\n", g_fSilent);
    1328         RTPrintf("Logging enabled          : %RTbool\n", fEnableLogging);
    13291331#ifdef VBOX_WITH_CODE_SIGNING
    13301332        RTPrintf("Certificate installation : %RTbool\n", fEnableSilentCert);
    13311333#endif
    13321334        RTPrintf("Additional MSI parameters: %s\n", szMSIArgs[0] ? szMSIArgs : "<None>");
     1335        RTPrintf("Logging enabled          : %RTbool\n", fEnableLogging);
    13331336    }
    13341337
     
    14161419    return rcExit != (RTEXITCODE)ERROR_SUCCESS_REBOOT_REQUIRED || !fIgnoreReboot ? rcExit : RTEXITCODE_SUCCESS;
    14171420}
    1418 
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