Update setup/setup.nsi

This commit is contained in:
2025-09-28 14:42:26 +00:00
parent 846e99ca70
commit b74d09b399

View File

@@ -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