* use Modern UI 2
* Windows Vista UAC setting git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5494 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
57bf74697f
commit
34112ed24b
9 changed files with 19 additions and 225 deletions
|
@ -5,7 +5,7 @@
|
|||
;--------------------------------
|
||||
;Include Modern UI
|
||||
|
||||
!include "MUI.nsh"
|
||||
!include "MUI2.nsh"
|
||||
|
||||
;--------------------------------
|
||||
;General
|
||||
|
@ -20,6 +20,8 @@
|
|||
;Get installation folder from registry if available
|
||||
InstallDirRegKey HKCU "Software\Modern UI Test" ""
|
||||
|
||||
RequestExecutionLevel user
|
||||
|
||||
;--------------------------------
|
||||
;Interface Settings
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue