fix(inno): allow install for all users

resolves #1415
This commit is contained in:
Jan De Dobbeleer 2021-12-30 15:40:55 +01:00 committed by Jan De Dobbeleer
parent 7aaa7b110f
commit 53470eb3cb
2 changed files with 2 additions and 3 deletions

View file

@ -3,12 +3,13 @@ AppName=Oh My Posh
AppVersion=<VERSION>
DefaultDirName={autopf}\oh-my-posh
DefaultGroupName=Oh My Posh
PrivilegesRequired=lowest
AppPublisher=Jan De Dobbeleer
AppPublisherURL=https://ohmyposh.dev
AppSupportURL=https://github.com/JanDeDobbeleer/oh-my-posh/issues
LicenseFile="bin\COPYING.txt"
OutputBaseFilename=install
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=commandline dialog
[Files]
Source: "bin\oh-my-posh.exe"; DestDir: "{app}\bin"

View file

@ -7,8 +7,6 @@ InstallerType: inno
Scope: user
InstallModes:
- interactive
- silent
- silentWithProgress
Installers:
- Architecture: x64
InstallerUrl: https://github.com/JanDeDobbeleer/oh-my-posh/releases/download/v<VERSION>/install-amd64.exe