Fix root certs on Windows 10 and higher

This commit is contained in:
2025-09-28 14:43:59 +00:00
parent b74d09b399
commit 0af2129fe3

View File

@@ -860,7 +860,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}