From 73d23db193358e9b7132fbc846bd1c180196ddea Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Mon, 8 Feb 2016 13:50:01 -0700 Subject: winrtinstaller: fix install dir not recorded in registry correctly --- windowsRuntimeInstaller/InstallerRT.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windowsRuntimeInstaller') diff --git a/windowsRuntimeInstaller/InstallerRT.nsi b/windowsRuntimeInstaller/InstallerRT.nsi index da48b4b9..885758fd 100644 --- a/windowsRuntimeInstaller/InstallerRT.nsi +++ b/windowsRuntimeInstaller/InstallerRT.nsi @@ -214,8 +214,8 @@ Section strcmp $INSTDIR $0 notinstalled ${If} $0 != "" MessageBox MB_OK "The Window Vulkan Runtime is already installed to $0. It will be re-installed to the same folder." /SD IDOK + Strcpy $INSTDIR $0 ${Endif} - Strcpy $INSTDIR $0 notinstalled: SetOutPath "$INSTDIR" -- cgit v1.2.3