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:
Bruno 2024-12-22 11:50:09 -03:00
parent d20cfa1124
commit 08019d95df
No known key found for this signature in database

View file

@ -188,6 +188,7 @@ MinVersion=10.0
;3.4.1 INSTALLER PAGES
PrivilegesRequired=lowest
PrivilegesRequiredOverridesAllowed=dialog
ShowLanguageDialog=auto
DisableWelcomePage=no