Skip to content

Commit 4446af3

Browse files
Fix installer privilege mode warning
1 parent f12fde8 commit 4446af3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UniGetUI.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; Script generated by the Inno Setup Script Wizard.
1+
; Script generated by the Inno Setup Script Wizard.
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppVersion "3.3.7"
@@ -30,8 +30,8 @@ DisableProgramGroupPage=yes
3030
DisableDirPage=no
3131
DirExistsWarning=no
3232
CloseApplications=no
33-
; Remove the following line to run in administrative install mode (install for all users.)
34-
;PrivilegesRequired=lowest
33+
; Default to per-user install mode and let the dialog opt into all-users installs when needed.
34+
PrivilegesRequired=lowest
3535
PrivilegesRequiredOverridesAllowed=dialog
3636
OutputBaseFilename=UniGetUI Installer
3737
OutputDir=.

0 commit comments

Comments
 (0)