mirror of
https://github.com/overte-org/overte.git
synced 2025-06-24 01:39:46 +02: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 the incorrectly cased Raleway font
|
||||||
Rename "$INSTDIR\resources\qml\styles-uit\RalewaySemibold.qml" "$INSTDIR\resources\qml\styles-uit\RalewaySemiBold.qml"
|
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)
|
; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console)
|
||||||
RMDir /r "$INSTDIR\Interface"
|
RMDir /r "$INSTDIR\Interface"
|
||||||
|
|
Loading…
Reference in a new issue