summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-02-04 14:56:13 +0300
committerAndrei Karas <akaras@inbox.ru>2012-02-04 15:05:21 +0300
commit601cfe45e79fb3751b26a212becdfccd80404609 (patch)
tree745c3bf39e02a5c42b3b219e3003ab945658b02e /packaging
parent1ee7dd553b08e5dfe3b54884eacc1b047ac239ef (diff)
downloadplus-601cfe45e79fb3751b26a212becdfccd80404609.tar.gz
plus-601cfe45e79fb3751b26a212becdfccd80404609.tar.bz2
plus-601cfe45e79fb3751b26a212becdfccd80404609.tar.xz
plus-601cfe45e79fb3751b26a212becdfccd80404609.zip
Add admin flag to manaplus and evol windows installers.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/windows/evol.nsi1
-rw-r--r--packaging/windows/setup.nsi1
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi
index 8f4532137..ffd3dae3f 100644
--- a/packaging/windows/evol.nsi
+++ b/packaging/windows/evol.nsi
@@ -175,6 +175,7 @@ InstallDir "$PROGRAMFILES\EvolOnline"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show
+RequestExecutionLevel admin
Function .onInit
!insertmacro MULTIUSER_INIT
diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi
index 9600c841e..38780e297 100644
--- a/packaging/windows/setup.nsi
+++ b/packaging/windows/setup.nsi
@@ -175,6 +175,7 @@ InstallDir "$PROGRAMFILES\Mana"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
ShowUnInstDetails show
+RequestExecutionLevel admin
Function .onInit
!insertmacro MULTIUSER_INIT