From b74d09b39922b0c01101e3d340f120c0d1eff7d9 Mon Sep 17 00:00:00 2001 From: Vichingo455 Date: Sun, 28 Sep 2025 14:42:26 +0000 Subject: [PATCH] Update setup/setup.nsi --- setup/setup.nsi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup/setup.nsi b/setup/setup.nsi index 72e91d1..4086231 100644 --- a/setup/setup.nsi +++ b/setup/setup.nsi @@ -300,7 +300,6 @@ ${MementoSection} "$(SectionRootCerts)" ROOTCERTS Call ConfigureCrypto ${IfNot} ${IsPostInstall} - Call DownloadRoots Call UpdateRoots ${EndIf} ${MementoSectionEnd} @@ -975,8 +974,7 @@ Function PreDownload ; General Call DownloadWUA - ${If} ${AtMostWin8.1} - ${AndIf} ${SectionIsSelected} ${ROOTCERTS} + ${If} ${SectionIsSelected} ${ROOTCERTS} Call DownloadRoots ${EndIf} FunctionEnd