mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
NSIS won't force admin privileges.
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
; Get installation folder from registry if available
|
||||
InstallDirRegKey HKCU "Software\c.name\c.version" ""
|
||||
|
||||
; Request admin level application privileges.
|
||||
RequestExecutionLevel admin
|
||||
; Request user level application privileges.
|
||||
RequestExecutionLevel user
|
||||
|
||||
; Allow installation to the root drive directory.
|
||||
AllowRootDirInstall false
|
||||
|
||||
Reference in New Issue
Block a user