chore: update

This commit is contained in:
huzibaca 2024-11-06 10:07:02 +08:00
parent 97a030c22e
commit 8871660f0e
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -692,7 +692,10 @@ SectionEnd
app_check_done:
!macroend
Section "Check and Install VS Runtime"
Var VC_REDIST_URL
Var VC_REDIST_EXE
Section CheckAndInstallVSRuntime
; Set default values for x86
StrCpy $VC_REDIST_URL "https://aka.ms/vs/17/release/vc_redist.x86.exe"
StrCpy $VC_REDIST_EXE "vc_redist.x86.exe"