diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 00:32:08 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 00:32:08 -0400 |
commit | 532d91074516a375221c83a39bfea1623c747673 (patch) | |
tree | 9d0e2a16c9dcee7a2b6abea3b02d112725efd8f8 /Build | |
parent | 38be3c2b9834255d955a41416174ac26d57b7046 (diff) |
request admin rights at install
Diffstat (limited to 'Build')
-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 ())
|