mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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" ""
|
InstallDirRegKey HKCU "Software\Subsurface" ""
|
||||||
|
|
||||||
# Request application privileges
|
# Request application privileges
|
||||||
RequestExecutionLevel user
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
#--------------------------------
|
#--------------------------------
|
||||||
# Version information
|
# Version information
|
||||||
|
|
Loading…
Add table
Reference in a new issue