From 532d91074516a375221c83a39bfea1623c747673 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Dec 2013 00:32:08 -0400 Subject: request admin rights at install --- Build/NullSoftInstaller.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Build') 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 ()) -- cgit v1.2.3