VirtualBox

Changeset 95730 in vbox


Ignore:
Timestamp:
Jul 19, 2022 4:27:31 PM (3 years ago)
Author:
vboxsync
Message:

Windows Additions/Installer: Back out previous change. Install the legacy VBox TS CA just on guests older than Windows 10. bugref:8691

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r95719 r95730  
    170170!ifdef VBOX_SIGN_ADDITIONS && VBOX_WITH_VBOX_LEGACY_TS_CA
    171171  ; On guest OSes < Windows 10 we always go for the PreW10 drivers and install our legacy timestamp CA.
    172   ; Note: We now also install this on Win10+ guests, as those would complain about untrusted certification chains otherwise.
    173   ;${If} $g_strWinVersion != "10"
     172  ${If} $g_strWinVersion != "10"
    174173    ${LogVerbose} "Installing legacy timestamp CA certificate ..."
    175174    SetOutPath "$INSTDIR\cert"
     
    178177    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false"
    179178    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false"
    180   ;${EndIf}
     179  ${EndIf}
    181180!endif
    182181
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