mirror of https://github.com/liamg/aminal.git
Don't require Admin privileges for Win uninstaller
This commit is contained in:
parent
645a33f9ed
commit
6e540dab83
|
@ -1,9 +1,7 @@
|
||||||
!include MUI2.nsh
|
!include MUI2.nsh
|
||||||
|
|
||||||
;--------------------------------
|
;--------------------------------
|
||||||
;Perform Machine-level install, if possible
|
!define MULTIUSER_EXECUTIONLEVEL Standard
|
||||||
|
|
||||||
!define MULTIUSER_EXECUTIONLEVEL Highest
|
|
||||||
;Add support for command-line args that let uninstaller know whether to
|
;Add support for command-line args that let uninstaller know whether to
|
||||||
;uninstall machine- or user installation:
|
;uninstall machine- or user installation:
|
||||||
!define MULTIUSER_INSTALLMODE_COMMANDLINE
|
!define MULTIUSER_INSTALLMODE_COMMANDLINE
|
||||||
|
|
Loading…
Reference in New Issue