mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Fixed permissions in NSIS installer
Windows Vista and later require admin privileges to install to the Program Files folder. Updated RequestExecutionLevel accordingly. Signed-off-by: Ivan Habunek <ivan.habunek@gmail.com>
This commit is contained in:
parent
914488b796
commit
94bcb3fa36
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
InstallDirRegKey HKCU "Software\Subsurface" ""
|
||||
|
||||
# Request application privileges
|
||||
RequestExecutionLevel user
|
||||
RequestExecutionLevel admin
|
||||
|
||||
#--------------------------------
|
||||
# Version information
|
||||
|
|
Loading…
Reference in a new issue