Skip to content

Commit

Permalink
windows-installer: allow non-administrator install (fixes #2683)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Oct 23, 2021
1 parent 3dc87cc commit 74dd665
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/windows-installer/deadbeef.iss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
DefaultDirName={pf}\DeaDBeeF
DefaultDirName={autopf64}\DeaDBeeF
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
DisableDirPage=no
Expand All @@ -48,6 +48,7 @@ SolidCompression=yes
WizardSmallImageFile=deadbeef.bmp
UninstallDisplayIcon={app}\{#MyAppExeName}
ChangesAssociations = yes
PrivilegesRequiredOverridesAllowed=commandline dialog

[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"
Expand Down

0 comments on commit 74dd665

Please sign in to comment.