diff options
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r-- | Build/NullSoftInstaller.hs | 2 |
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 ())
|