VirtualBox

Changeset 95731 in vbox


Ignore:
Timestamp:
Jul 19, 2022 7:18:09 PM (2 years ago)
Author:
vboxsync
Message:

Windows Additions/Installer: Fix documentation of CmdExecute (parameter "optional" was described incorrectly), and make the legacy VBox TS CA install optional (it will fail on reinstalling the cert). bugref:8691

Location:
trunk/src/VBox/Additions/WINNT/Installer
Files:
2 edited

Legend:

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

    r93115 r95731  
    2323;
    2424; @param   Command line (full qualified and quoted).
    25 ; @param   If set to "true" the installer aborts if the external program reports
    26 ;          an exit code other than 0, "false" just prints a warning and continues
     25; @param   If set to "false" the installer aborts if the external program reports
     26;          an exit code other than 0, "true" just prints a warning and continues
    2727;          execution.
    2828;
  • trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh

    r95730 r95731  
    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 --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false"
    178     ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false"
     177    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "true"
     178    ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "true"
    179179  ${EndIf}
    180180!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