1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Fixed broken OpenSSL/ANGLE install when MSVC runtime is installed.

This commit is contained in:
Martin Tůma 2017-02-13 20:13:13 +01:00
parent 338ace6dff
commit 311aeecb27
2 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,7 @@ Section "MSVC runtime" SEC_MSVC
SetOutPath $TEMP
File "VC_redist.x86.exe"
ExecWait '"$TEMP/VC_redist.x86.exe" /install /quiet /norestart'
SetOutPath $INSTDIR
done:
SectionEnd

View File

@ -165,6 +165,7 @@ Section "MSVC runtime" SEC_MSVC
SetOutPath $TEMP
File "VC_redist.x64.exe"
ExecWait '"$TEMP/VC_redist.x64.exe" /install /quiet /norestart'
SetOutPath $INSTDIR
done:
SectionEnd