Changeset 95730 in vbox
- Timestamp:
- Jul 19, 2022 4:27:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r95719 r95730 170 170 !ifdef VBOX_SIGN_ADDITIONS && VBOX_WITH_VBOX_LEGACY_TS_CA 171 171 ; 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" 174 173 ${LogVerbose} "Installing legacy timestamp CA certificate ..." 175 174 SetOutPath "$INSTDIR\cert" … … 178 177 ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false" 179 178 ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false" 180 ;${EndIf}179 ${EndIf} 181 180 !endif 182 181
Note:
See TracChangeset
for help on using the changeset viewer.