From 92aaba70994a9dafab09296f25049a9ad370ac40 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 4 Feb 2008 00:49:03 +0000 Subject: [PATCH] default directory that does not require administrator privileges git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5520 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/example1.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/example1.nsi b/Examples/example1.nsi index a66a083d..fd549c07 100644 --- a/Examples/example1.nsi +++ b/Examples/example1.nsi @@ -14,7 +14,7 @@ Name "Example1" OutFile "example1.exe" ; The default installation directory -InstallDir $PROGRAMFILES\Example1 +InstallDir $DESKTOP\Example1 ; Request application privileges for Windows Vista RequestExecutionLevel user