VirtualBox

Changeset 95720 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jul 18, 2022 5:58:52 PM (3 years ago)
Author:
vboxsync
Message:

Installer/win/VBoxStub: Always install the legacy windows timestamp. Allows doing test builds without attestation signing. bugref:8691

File:
1 edited

Legend:

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

    r95699 r95720  
    10731073    bool fEnableSilentCert         = true;
    10741074    bool fInstallTimestampCA       = true;
    1075     bool fForceTimestampCaInstall  = false;
     1075    bool fForceTimestampCaInstall  = true;
    10761076#endif
    10771077    bool fIgnoreReboot             = false;
     
    11021102        { "/no-silent-cert",    'c',                         RTGETOPT_REQ_NOTHING },
    11031103        { "--no-install-timestamp-ca", 't',                  RTGETOPT_REQ_NOTHING },
    1104         { "--force-install-timestamp-ca", 'T',               RTGETOPT_REQ_NOTHING },
     1104        { "--no-force-install-timestamp-ca", 'T',            RTGETOPT_REQ_NOTHING },
    11051105#endif
    11061106        { "--logging",          'l',                         RTGETOPT_REQ_NOTHING },
     
    11641164                break;
    11651165            case 't':
    1166                 fInstallTimestampCA = false;
     1166                fForceTimestampCaInstall = fInstallTimestampCA = false;
    11671167                break;
    11681168            case 'T':
    1169                 fForceTimestampCaInstall = fInstallTimestampCA = true;
     1169                fForceTimestampCaInstall = false;
    11701170                break;
    11711171#endif
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