diff --git a/setup/setup.nsi b/setup/setup.nsi index e56f0e8..106c9ad 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -748,7 +748,6 @@ Function .onInit ; Try not to be too intrusive on Windows 10 and newer, which are (for now) fine ${If} ${AtLeastWin10} !insertmacro RemoveSection ${ALLOWOSUPGRADE} - !insertmacro RemoveSection ${ROOTCERTS} ${EndIf} FunctionEnd