mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
MSVC redistributables names have changed
This commit is contained in:
parent
3299b41ec7
commit
ac73c04445
@ -160,8 +160,8 @@ Section "MSVC runtime" SEC_MSVC
|
||||
${Else}
|
||||
DetailPrint "Installing Visual C++ 2017 Redistributable..."
|
||||
SetOutPath $TEMP
|
||||
File "vcredist_x86.exe"
|
||||
ExecWait '"$TEMP\vcredist_x86.exe" /install /quiet /norestart'
|
||||
File "vc_redist.x86.exe"
|
||||
ExecWait '"$TEMP\vc_redist.x86.exe" /install /quiet /norestart'
|
||||
SetOutPath $INSTDIR
|
||||
${EndIf}
|
||||
SectionEnd
|
||||
|
@ -162,8 +162,8 @@ Section "MSVC runtime" SEC_MSVC
|
||||
${Else}
|
||||
DetailPrint "Installing Visual C++ 2017 runtime..."
|
||||
SetOutPath $TEMP
|
||||
File "vcredist_x64.exe"
|
||||
ExecWait '"$TEMP\vcredist_x64.exe" /install /quiet /norestart'
|
||||
File "vc_redist.x64.exe"
|
||||
ExecWait '"$TEMP\vc_redist.x64.exe" /install /quiet /norestart'
|
||||
SetOutPath $INSTDIR
|
||||
${EndIf}
|
||||
SectionEnd
|
||||
|
Loading…
Reference in New Issue
Block a user