aboutsummaryrefslogtreecommitdiff
path: root/windowsRuntimeInstaller
diff options
context:
space:
mode:
authorDavid Pinedo <david@lunarg.com>2016-02-08 13:50:01 -0700
committerDavid Pinedo <david@lunarg.com>2016-02-09 18:04:50 -0700
commit73d23db193358e9b7132fbc846bd1c180196ddea (patch)
tree0d9f5efedf09cf009586cc8edeaea21e5857c5d6 /windowsRuntimeInstaller
parent9dcc5ce5f9bcabf56bd9371f432e4fd90f76ffd9 (diff)
downloadusermoji-73d23db193358e9b7132fbc846bd1c180196ddea.tar.xz
winrtinstaller: fix install dir not recorded in registry correctly
Diffstat (limited to 'windowsRuntimeInstaller')
-rw-r--r--windowsRuntimeInstaller/InstallerRT.nsi2
1 files changed, 1 insertions, 1 deletions
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"