Skip to content

Commit 9d623b4

Browse files
committed
Merge pull request #86 from kjeremy/lowest-user-permissions
installer: Change installer privileges to 'lowest'
2 parents 240fc1d + 1f3e1f7 commit 9d623b4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

installer/install.iss

-4
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ DefaultGroupName={#APP_NAME}
5555
DisableProgramGroupPage=auto
5656
DisableReadyPage=yes
5757
InfoBeforeFile={#SourcePath}\gpl-2.0.rtf
58-
#ifdef OUTPUT_TO_TEMP
5958
PrivilegesRequired=lowest
60-
#else
61-
PrivilegesRequired=poweruser
62-
#endif
6359
UninstallDisplayIcon={app}\{#MINGW_BITNESS}\share\git\git-for-windows.ico
6460
#ifndef COMPILE_FROM_IDE
6561
#if Pos('-',APP_VERSION)>0

0 commit comments

Comments
 (0)