Windows Vista UAC setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5495 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
34112ed24b
commit
5470b63b04
22 changed files with 38 additions and 0 deletions
|
@ -16,6 +16,9 @@ OutFile "example1.exe"
|
|||
; The default installation directory
|
||||
InstallDir $PROGRAMFILES\Example1
|
||||
|
||||
; Request application privileges for Windows Vista
|
||||
RequestExecutionLevel user
|
||||
|
||||
;--------------------------------
|
||||
|
||||
; Pages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue