Do not update root certificates on Windows 10+

This commit is contained in:
2025-09-28 14:02:27 +00:00
parent 7648e3e921
commit 02a1f94ec4

View File

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