From 16d0ff05dc2317d997b4f7f1840b47c15bff27d6 Mon Sep 17 00:00:00 2001 From: Useful Stuffs <157041205+usefulstuffs@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:45:39 +0100 Subject: [PATCH] Allow root certificate update on Windows 10/11 --- setup/setup.nsi | 1 - 1 file changed, 1 deletion(-) 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