From 371dbe14afc385b8c0dfa8490443710d650732b2 Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 2 Dec 2003 12:10:17 +0000 Subject: [PATCH] missed Install_Dir git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3245 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/example2.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/example2.nsi b/Examples/example2.nsi index 12512171..f793b15a 100644 --- a/Examples/example2.nsi +++ b/Examples/example2.nsi @@ -18,7 +18,7 @@ InstallDir $PROGRAMFILES\Example2 ; Registry key to check for directory (so if you install again, it will ; overwrite the old one automatically) -InstallDirRegKey HKLM "Software\NSIS_Example2" "" +InstallDirRegKey HKLM "Software\NSIS_Example2" "Install_Dir" ;--------------------------------