mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
remove vcredist_x64 after installation
This commit is contained in:
parent
de97dfc9d7
commit
ae31df426c
1 changed files with 1 additions and 1 deletions
|
@ -857,7 +857,7 @@ Section "-Core installation"
|
|||
|
||||
; Remove the Old Interface directory and vcredist_x64.exe (from installs prior to Server Console)
|
||||
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
|
||||
;list of directories here in sync with the RMDir commands below.
|
||||
|
|
Loading…
Reference in a new issue