From e6dc5ca69f9ff53d4cc25c3f7ee3422eae685208 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Mon, 30 Jan 2012 15:32:34 +0000 Subject: [PATCH] Revert "Installer: Use PrivilegesRequired=lowest" This reverts commit fa2dfcc11da976e229a3e945b78df283ac5845b0. --- 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 837ff9e320..17bc3403b3 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=lowest +PrivilegesRequired=none UninstallDisplayIcon=etc\git.ico ; Cosmetic -- 2.11.4.GIT