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 ; Try not to be too intrusive on Windows 10 and newer, which are (for now) fine
${If} ${AtLeastWin10} ${If} ${AtLeastWin10}
;!insertmacro RemoveSection ${ROOTCERTS} !insertmacro RemoveSection ${ROOTCERTS}
${EndIf} ${EndIf}
${IfNot} ${AtLeastWin7} ${IfNot} ${AtLeastWin7}