diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-06-02 03:46:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-02 03:46:04 +0300 |
commit | 96b6acb72bab198d278919daa11390c573341647 (patch) | |
tree | 24cc29516d20e245161eb38ed94d2290a9c4f163 /packaging/windows | |
parent | 9a55bb80aca70dd2e38c4518c0134e517e48c635 (diff) | |
download | plus-96b6acb72bab198d278919daa11390c573341647.tar.gz plus-96b6acb72bab198d278919daa11390c573341647.tar.bz2 plus-96b6acb72bab198d278919daa11390c573341647.tar.xz plus-96b6acb72bab198d278919daa11390c573341647.zip |
Add variable MULTIUSER_EXECUTIONLEVEL into windows installer scripts
Diffstat (limited to 'packaging/windows')
-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 |