VirtualBox

Changeset 95700 in vbox


Ignore:
Timestamp:
Jul 18, 2022 10:13:54 AM (2 years ago)
Author:
vboxsync
Message:

Add/Win/Installer: The timestamping CA has to be installed in the root store, not trusted publishers. bugref:8691

File:
1 edited

Legend:

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

    r95697 r95700  
    175175    FILE "$%PATH_OUT%\bin\additions\vbox-legacy-timestamp-ca.cer"
    176176    FILE "$%PATH_OUT%\bin\additions\VBoxCertUtil.exe"
    177     ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false"
     177    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false"
    178178    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false"
    179179  ${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