Changeset 95731 in vbox
- Timestamp:
- Jul 19, 2022 7:18:09 PM (2 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Installer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsExternal.nsh
r93115 r95731 23 23 ; 24 24 ; @param Command line (full qualified and quoted). 25 ; @param If set to " true" the installer aborts if the external program reports26 ; an exit code other than 0, " false" just prints a warning and continues25 ; @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 27 27 ; execution. 28 28 ; -
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r95730 r95731 175 175 FILE "$%PATH_OUT%\bin\additions\vbox-legacy-timestamp-ca.cer" 176 176 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" 179 179 ${EndIf} 180 180 !endif
Note:
See TracChangeset
for help on using the changeset viewer.