diff options
Diffstat (limited to 'packaging/windows/tmw.nsi')
-rw-r--r-- | packaging/windows/tmw.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
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 |