We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12fde8 commit 4446af3Copy full SHA for 4446af3
UniGetUI.iss
@@ -1,4 +1,4 @@
1
-; Script generated by the Inno Setup Script Wizard.
+; Script generated by the Inno Setup Script Wizard.
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppVersion "3.3.7"
@@ -30,8 +30,8 @@ DisableProgramGroupPage=yes
30
DisableDirPage=no
31
DirExistsWarning=no
32
CloseApplications=no
33
-; Remove the following line to run in administrative install mode (install for all users.)
34
-;PrivilegesRequired=lowest
+; Default to per-user install mode and let the dialog opt into all-users installs when needed.
+PrivilegesRequired=lowest
35
PrivilegesRequiredOverridesAllowed=dialog
36
OutputBaseFilename=UniGetUI Installer
37
OutputDir=.
0 commit comments