Skip to content

Commit

Permalink
innosetup: Simplify PrivilegesRequiredOverridesAllowed
Browse files Browse the repository at this point in the history
Remove 'commandline' from this field because it is already specified by
'dialog'.

Signed-off-by: Avery King <[email protected]>
  • Loading branch information
generic-pers0n committed Nov 25, 2024
1 parent 6196e86 commit 2a28ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/Inno_Setup_Wizard/tenacity.iss.in
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ InfoBeforeFile=".\tenacity_InnoWizard_InfoBefore.rtf"
OutputBaseFilename=tenacity-win-{#AppVersion}-@INSTALLER_SUFFIX@

; Allow installation in non-administrative mode
PrivilegesRequiredOverridesAllowed=commandline dialog
PrivilegesRequiredOverridesAllowed=dialog

[INI]
Filename: "{app}\FirstTime.ini"; Section: "FromInno"; Key: "ResetPrefs"; String: "1"; Tasks: resetPrefs;
Expand Down

0 comments on commit 2a28ae1

Please sign in to comment.