summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-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 ())