mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-28 05:34:47 +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}
|
${Else}
|
||||||
DetailPrint "Installing Visual C++ 2017 Redistributable..."
|
DetailPrint "Installing Visual C++ 2017 Redistributable..."
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "vcredist_x86.exe"
|
File "vc_redist.x86.exe"
|
||||||
ExecWait '"$TEMP\vcredist_x86.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP\vc_redist.x86.exe" /install /quiet /norestart'
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
${EndIf}
|
${EndIf}
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
@ -162,8 +162,8 @@ Section "MSVC runtime" SEC_MSVC
|
|||||||
${Else}
|
${Else}
|
||||||
DetailPrint "Installing Visual C++ 2017 runtime..."
|
DetailPrint "Installing Visual C++ 2017 runtime..."
|
||||||
SetOutPath $TEMP
|
SetOutPath $TEMP
|
||||||
File "vcredist_x64.exe"
|
File "vc_redist.x64.exe"
|
||||||
ExecWait '"$TEMP\vcredist_x64.exe" /install /quiet /norestart'
|
ExecWait '"$TEMP\vc_redist.x64.exe" /install /quiet /norestart'
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
${EndIf}
|
${EndIf}
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user