mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Switching to completely silent VC++ redistributable installation
This commit is contained in:
parent
5a7a6bab70
commit
2279e174e6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue