Allow root certificate update on Windows 10/11

This commit is contained in:
Useful Stuffs 2024-02-14 16:45:39 +01:00 committed by GitHub
parent 226ff5bf90
commit 16d0ff05dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -748,7 +748,6 @@ Function .onInit
; Try not to be too intrusive on Windows 10 and newer, which are (for now) fine ; Try not to be too intrusive on Windows 10 and newer, which are (for now) fine
${If} ${AtLeastWin10} ${If} ${AtLeastWin10}
!insertmacro RemoveSection ${ALLOWOSUPGRADE} !insertmacro RemoveSection ${ALLOWOSUPGRADE}
!insertmacro RemoveSection ${ROOTCERTS}
${EndIf} ${EndIf}
FunctionEnd FunctionEnd