mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:56:44 +02:00
remove VS redist handling from NSIS template
This commit is contained in:
parent
2158acecf4
commit
10dd16ae8d
1 changed files with 0 additions and 9 deletions
|
@ -837,9 +837,6 @@ Section "-Core installation"
|
||||||
Delete "$INSTDIR\ui_resources_200_percent.pak"
|
Delete "$INSTDIR\ui_resources_200_percent.pak"
|
||||||
Delete "$INSTDIR\vccorlib120.dll"
|
Delete "$INSTDIR\vccorlib120.dll"
|
||||||
Delete "$INSTDIR\version"
|
Delete "$INSTDIR\version"
|
||||||
Delete "$INSTDIR\msvcr140.dll"
|
|
||||||
Delete "$INSTDIR\msvcp140.dll"
|
|
||||||
Delete "$INSTDIR\vcruntime140.dll"
|
|
||||||
Delete "$INSTDIR\xinput1_3.dll"
|
Delete "$INSTDIR\xinput1_3.dll"
|
||||||
|
|
||||||
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
; Delete old desktop shortcuts before they were renamed during Sandbox rename
|
||||||
|
@ -858,12 +855,6 @@ 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 /q /norestart"
|
|
||||||
|
|
||||||
; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console)
|
|
||||||
RMDir /r "$INSTDIR\Interface"
|
|
||||||
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.
|
||||||
SetOutPath "$INSTDIR"
|
SetOutPath "$INSTDIR"
|
||||||
|
|
Loading…
Reference in a new issue