summaryrefslogtreecommitdiff
path: root/Build/NullSoftInstaller.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:32:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-10 00:32:08 -0400
commit532d91074516a375221c83a39bfea1623c747673 (patch)
tree9d0e2a16c9dcee7a2b6abea3b02d112725efd8f8 /Build/NullSoftInstaller.hs
parent38be3c2b9834255d955a41416174ac26d57b7046 (diff)
request admin rights at install
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r--Build/NullSoftInstaller.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs
index d097519d5..908da352c 100644
--- a/Build/NullSoftInstaller.hs
+++ b/Build/NullSoftInstaller.hs
@@ -85,7 +85,7 @@ makeInstaller gitannex license extrafiles = nsis $ do
{- Installing into the same directory as git avoids needing to modify
- path myself, since the git installer already does it. -}
installDir gitInstallDir
- requestExecutionLevel User
+ requestExecutionLevel Admin
iff (fileExists gitInstallDir)
(return ())