Skip to content

Commit ec49475

Browse files
committed
installer: clarify required privileges
The value 'none' is not allowed and Inno Setup falls back to 'admin'. This is not quite what we wanted, let's change it to 'poweruser' instead. We could consider eventually making it possible to run this as regular user, too. When we do, we also need to consider the ramifications with regard to existing setups. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f40ac34 commit ec49475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/install.iss.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ DefaultGroupName={#APP_NAME}
4747
DisableProgramGroupPage=auto
4848
DisableReadyPage=yes
4949
InfoBeforeFile={#SourcePath}\gpl-2.0.rtf
50-
PrivilegesRequired=none
50+
PrivilegesRequired=poweruser
5151
UninstallDisplayIcon={app}\{#MINGW_BITNESS}\share\git\git-for-windows.ico
5252
#ifndef COMPILE_FROM_IDE
5353
#if Pos('-',APP_VERSION)>0

0 commit comments

Comments
 (0)