build/windows: Default to user-mode install (recommended since Windows 7)
See: https://learn.microsoft.com/en-us/windows/win32/shell/app-registration#using-the-app-paths-subkey Starting with Windows 7, Microsoft "strongly" recommends to install per user. This still applies today for Windows 10: per-user is the default for our MSIX installed from MS Store and for our .exe installer obtained by winget. Note: this commit just change the "(recommended)" option in an Inno dialog. Users can install GIMP in system-wide (admin mode) as always, nothing changed.
This commit is contained in:
parent
d20cfa1124
commit
08019d95df
1 changed files with 1 additions and 0 deletions
|
|
@ -188,6 +188,7 @@ MinVersion=10.0
|
|||
|
||||
|
||||
;3.4.1 INSTALLER PAGES
|
||||
PrivilegesRequired=lowest
|
||||
PrivilegesRequiredOverridesAllowed=dialog
|
||||
ShowLanguageDialog=auto
|
||||
DisableWelcomePage=no
|
||||
|
|
|
|||
Loading…
Reference in a new issue