diff options
-rw-r--r-- | packaging/windows/evol.nsi | 1 | ||||
-rw-r--r-- | packaging/windows/setup.nsi | 1 | ||||
-rw-r--r-- | packaging/windows/tmw.nsi | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index ed8b1db5c..1aa27088a 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -49,6 +49,7 @@ RequestExecutionLevel admin !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" !define MULTIUSER_INSTALLMODE_COMMANDLINE +!define MULTIUSER_EXECUTIONLEVEL "admin" !include "MultiUser.nsh" ; HM NIS Edit helper defines diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index ab99ada5b..1c159c7cd 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -49,6 +49,7 @@ RequestExecutionLevel admin !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" !define MULTIUSER_INSTALLMODE_COMMANDLINE +!define MULTIUSER_EXECUTIONLEVEL "admin" !include "MultiUser.nsh" ; HM NIS Edit helper defines diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi index 4f7d8c5e0..d35303fe6 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -49,6 +49,7 @@ RequestExecutionLevel admin !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" !define MULTIUSER_INSTALLMODE_COMMANDLINE +!define MULTIUSER_EXECUTIONLEVEL "admin" !include "MultiUser.nsh" ; HM NIS Edit helper defines |