Changeset 51171 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 30, 2014 8:47:00 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 93531
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp
r51170 r51171 1040 1040 RTPrintf("Silent installation : %RTbool\n", g_fSilent); 1041 1041 RTPrintf("Logging enabled : %RTbool\n", fEnableLogging); 1042 #ifdef VBOX_WITH_CODE_SIGNING 1042 1043 RTPrintf("Certificate installation : %RTbool\n", fEnableSilentCert); 1044 #endif 1043 1045 RTPrintf("Additional MSI parameters: %s\n", 1044 1046 szMSIArgs[0] ? szMSIArgs : "<None>");
Note:
See TracChangeset
for help on using the changeset viewer.