Allow non-admin installations

This commit is contained in:
Michael Delpach 2020-04-27 12:14:46 +08:00
parent b1b80ac84d
commit b426a1ae67

View file

@ -23,7 +23,7 @@ AppVerName={#MyAppName} {#MyAppVersion}
AppVersion={#MyAppVersion}
ArchitecturesAllowed=x86 x64 ia64 arm64
ArchitecturesInstallIn64BitMode=x64 ia64
DefaultDirName={pf}\{#MyAppName}
DefaultDirName={autopf}\{#MyAppName}
DefaultGroupName={#MyAppName}
DirExistsWarning=no
DisableStartupPrompt=yes
@ -38,6 +38,7 @@ MinVersion=0,6.1.7601
OutputBaseFilename={#MyAppName}-{#MyAppVersion}-setup
OutputDir={#MyAppOutputDirectory}
PrivilegesRequired=none
PrivilegesRequiredOverridesAllowed=dialog
ShowLanguageDialog=no
UninstallDisplayIcon={app}\{#MyAppFilename}
UninstallDisplayName={#MyAppName}