Don't prompt for vcredist, closes #1306

This commit is contained in:
Wojtek Mach 2022-08-10 12:11:50 +02:00
parent d06c042bfd
commit bf4092c4ff
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -45,7 +45,7 @@ Section "Install"
SetOutPath "$INSTDIR"
File vcredist_x64.exe
ExecWait '"$INSTDIR\vcredist_x64.exe" /install'
ExecWait '"$INSTDIR\vcredist_x64.exe" /install /quiet /norestart'
File /r rel rel
File "<%= app_name %>Launcher.exe"