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