Update Visual Studio Redistributable arguments to avoid issue #14

This commit is contained in:
Alex Spataru 2021-02-01 11:37:08 -05:00 committed by GitHub
parent 97f4fb6cdf
commit 5e11401cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ Section "Start Menu Shortcuts"
SectionEnd
Section "Install Visual C++ Redistributable"
ExecWait "${INSTALL_DIR}\bin\vc_redist.x64.exe /quiet"
ExecWait "${INSTALL_DIR}\bin\vc_redist.x64.exe /quiet /norestart"
Delete "${INSTALL_DIR}\bin\vc_redist.x64.exe"
SectionEnd