Changeset 106249 in vbox
- Timestamp:
- Oct 8, 2024 9:50:23 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp
r106239 r106249 203 203 if ( aExes[0].cbCert != aExes[1].cbCert 204 204 || memcmp(aExes[0].pbCert, aExes[1].pbCert, aExes[0].cbCert) != 0) 205 rcExit = ErrorMsgRcSWS(58, "The certificate on '", pwszExePath, "' does not match.");205 rcExit = ErrorMsgRcSWS(58, "The certificate used to sign '", pwszExePath, "' does not match."); 206 206 /* The two match, now do they match the one we're expecting to use? */ 207 207 else if ( aExes[0].cbCert != g_cbBuildCert
Note:
See TracChangeset
for help on using the changeset viewer.