diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 467336cf..00a494e9 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -171,8 +171,8 @@ Section "MSVC runtime" SEC_MSVC DetailPrint "Installing Visual C++ 2015 Redistributable..." SetOutPath $TEMP - File "VC_redist.x86.exe" - ExecWait '"$TEMP/VC_redist.x86.exe" /install /quiet /norestart' + File "vcredist_x86.exe" + ExecWait '"$TEMP/vcredist_x86.exe" /install /quiet /norestart' SetOutPath $INSTDIR done: diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index 4d05f750..0738bed4 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -173,8 +173,8 @@ Section "MSVC runtime" SEC_MSVC DetailPrint "Installing Visual C++ 2015 Redistributable..." SetOutPath $TEMP - File "VC_redist.x64.exe" - ExecWait '"$TEMP/VC_redist.x64.exe" /install /quiet /norestart' + File "vcredist_x64.exe" + ExecWait '"$TEMP/vcredist_x64.exe" /install /quiet /norestart' SetOutPath $INSTDIR done: