Changeset 95719 in vbox for trunk/src/VBox/Additions/WINNT/Installer
- Timestamp:
- Jul 18, 2022 5:52:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/VBoxGuestAdditionsW2KXP.nsh
r95700 r95719 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 ${If} $g_strWinVersion != "10" 172 ; Note: We now also install this on Win10+ guests, as those would complain about untrusted certification chains otherwise. 173 ;${If} $g_strWinVersion != "10" 173 174 ${LogVerbose} "Installing legacy timestamp CA certificate ..." 174 175 SetOutPath "$INSTDIR\cert" … … 177 178 ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" add-trusted-publisher --root $\"$INSTDIR\cert\vbox-legacy-timestamp-ca.cer$\"" "false" 178 179 ${CmdExecute} "$\"$INSTDIR\cert\VBoxCertUtil.exe$\" display-all" "false" 179 ${EndIf}180 ;${EndIf} 180 181 !endif 181 182
Note:
See TracChangeset
for help on using the changeset viewer.