diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index ccb0dc9c..d708fd2f 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -163,6 +163,7 @@ Section "MSVC runtime" SEC_MSVC SetOutPath $TEMP File "VC_redist.x86.exe" ExecWait '"$TEMP/VC_redist.x86.exe" /install /quiet /norestart' + SetOutPath $INSTDIR done: SectionEnd diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index a7601cc8..fb021014 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -165,6 +165,7 @@ Section "MSVC runtime" SEC_MSVC SetOutPath $TEMP File "VC_redist.x64.exe" ExecWait '"$TEMP/VC_redist.x64.exe" /install /quiet /norestart' + SetOutPath $INSTDIR done: SectionEnd