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