From ac73c044459225cac10895456228e8dced9f0dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 26 Jan 2020 13:23:45 +0100 Subject: [PATCH] MSVC redistributables names have changed --- pkg/gpxsee.nsi | 6 +++--- pkg/gpxsee64.nsi | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index da133e6f..502ee6b6 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -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 @@ -262,4 +262,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 331592e7..d1596656 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -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 @@ -265,4 +265,4 @@ LangString DESC_LOCALIZATION ${LANG_ENGLISH} \ !insertmacro MUI_DESCRIPTION_TEXT ${SEC_MSVC} $(DESC_MSVC) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_APP} $(DESC_APP) !insertmacro MUI_DESCRIPTION_TEXT ${SEC_LOCALIZATION} $(DESC_LOCALIZATION) -!insertmacro MUI_FUNCTION_DESCRIPTION_END \ No newline at end of file +!insertmacro MUI_FUNCTION_DESCRIPTION_END