From fa2dfcc11da976e229a3e945b78df283ac5845b0 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Wed, 18 Jan 2012 16:19:47 +0100 Subject: [PATCH] Installer: Use PrivilegesRequired=lowest In contrast to "none", "lowest" does not require administrative privileges even if the installer was started by a member of the Administrators group. Signed-off-by: Sebastian Schuberth --- share/WinGit/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index 8216df1a..ef9f5470 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -29,7 +29,7 @@ DefaultDirName={pf}\{#APP_NAME} DefaultGroupName={#APP_NAME} DisableReadyPage=yes InfoBeforeFile=gpl-2.0.rtf -PrivilegesRequired=none +PrivilegesRequired=lowest UninstallDisplayIcon=etc\git.ico ; Cosmetic -- 2.11.4.GIT