Allow root certificate update on Windows 10/11
This commit is contained in:
parent
226ff5bf90
commit
16d0ff05dc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue