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
This commit is contained in:
parent
b176883de5
commit
92aaba7099
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue