From 311aeecb276a3a8dfe449194e1daa87715b382f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 13 Feb 2017 20:13:13 +0100 Subject: [PATCH] Fixed broken OpenSSL/ANGLE install when MSVC runtime is installed. --- pkg/gpxsee.nsi | 1 + pkg/gpxsee64.nsi | 1 + 2 files changed, 2 insertions(+) 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