Hide Systray on exit & Install DirectX Redistributable

This commit is contained in:
Paulchen Panther
2020-10-28 18:48:46 +01:00
parent f3dc25891d
commit 69eec61de8
3 changed files with 31 additions and 0 deletions

View File

@@ -789,8 +789,15 @@ Section "-Core installation"
; Goto End
;End:
; Install Visual c++ Redistributable
ExecWait '"$INSTDIR\bin\vc_redist.x64.exe" /install /quiet'
; Install DirectX 9 Redistributable
ExecWait '"$INSTDIR\bin\dx_redist.exe" /q /t:"$INSTDIR\tmp"'
ExecWait '"$INSTDIR\tmp\DXSETUP.exe" /silent'
Delete '$INSTDIR\tmp\*.*'
RMDir '$INSTDIR\tmp'
SectionEnd
Section "-Add to path"