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 Call ConfigureCrypto
${IfNot} ${IsPostInstall} ${IfNot} ${IsPostInstall}
Call DownloadRoots
Call UpdateRoots Call UpdateRoots
${EndIf} ${EndIf}
${MementoSectionEnd} ${MementoSectionEnd}
@@ -975,8 +974,7 @@ Function PreDownload
; General ; General
Call DownloadWUA Call DownloadWUA
${If} ${AtMostWin8.1} ${If} ${SectionIsSelected} ${ROOTCERTS}
${AndIf} ${SectionIsSelected} ${ROOTCERTS}
Call DownloadRoots Call DownloadRoots
${EndIf} ${EndIf}
FunctionEnd FunctionEnd