diff --git a/setup/setup.nsi b/setup/setup.nsi index 4086231..cc35d3a 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -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}