Switching to completely silent VC++ redistributable installation

This commit is contained in:
Marko Kudjerski 2017-08-03 09:41:41 -07:00
parent 5a7a6bab70
commit 2279e174e6

View file

@ -853,7 +853,7 @@ Section "-Core installation"
; Rename the incorrectly cased Raleway font
Rename "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" "$INSTDIR\resources\qml\styles-uit\RalewaySemiBold.qml"
ExecWait "$INSTDIR\vcredist_x64.exe /install /passive /norestart"
ExecWait "$INSTDIR\vcredist_x64.exe /install /q /norestart"
; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console)
RMDir /r "$INSTDIR\Interface"