VirtualBox

Changeset 106249 in vbox


Ignore:
Timestamp:
Oct 8, 2024 9:50:23 PM (7 weeks ago)
Author:
vboxsync
Message:

Additions/NT/Installer: Better english. bugref:10771

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/Loader/VBoxWindowsAdditions.cpp

    r106239 r106249  
    203203        if (   aExes[0].cbCert != aExes[1].cbCert
    204204            || 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.");
    206206        /* The two match, now do they match the one we're expecting to use? */
    207207        else if (   aExes[0].cbCert != g_cbBuildCert
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette