mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-15 15:28:46 +02:00
install the bundled vcredist_x64 instead of relying on DLLs being setup by cmake directly in the install folder
This commit is contained in:
parent
5bdaa4daa1
commit
de97dfc9d7
1 changed files with 3 additions and 1 deletions
|
@ -853,9 +853,11 @@ 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"
|
||||||
|
|
||||||
; 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"
|
||||||
Delete "$INSTDIR\vcredist_x64.exe"
|
;Delete "$INSTDIR\vcredist_x64.exe"
|
||||||
|
|
||||||
;Use the entire tree produced by the INSTALL target. Keep the
|
;Use the entire tree produced by the INSTALL target. Keep the
|
||||||
;list of directories here in sync with the RMDir commands below.
|
;list of directories here in sync with the RMDir commands below.
|
||||||
|
|
Loading…
Reference in a new issue