Changeset 95025 in vbox for trunk/src/VBox/Installer/win/Stub
- Timestamp:
- May 16, 2022 5:24:59 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 151467
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r94313 r95025 659 659 if (uLogLevel != ERROR_SUCCESS) 660 660 return ShowError("MsiEnableLogW failed"); 661 662 if (g_iVerbosity) 663 RTPrintf("Logging to file : %s\n", szLogFile); 661 664 } 662 665 … … 1326 1329 RTPrintf("Extraction path : %s\n", szExtractPath); 1327 1330 RTPrintf("Silent installation : %RTbool\n", g_fSilent); 1328 RTPrintf("Logging enabled : %RTbool\n", fEnableLogging);1329 1331 #ifdef VBOX_WITH_CODE_SIGNING 1330 1332 RTPrintf("Certificate installation : %RTbool\n", fEnableSilentCert); 1331 1333 #endif 1332 1334 RTPrintf("Additional MSI parameters: %s\n", szMSIArgs[0] ? szMSIArgs : "<None>"); 1335 RTPrintf("Logging enabled : %RTbool\n", fEnableLogging); 1333 1336 } 1334 1337 … … 1416 1419 return rcExit != (RTEXITCODE)ERROR_SUCCESS_REBOOT_REQUIRED || !fIgnoreReboot ? rcExit : RTEXITCODE_SUCCESS; 1417 1420 } 1418
Note:
See TracChangeset
for help on using the changeset viewer.