From 08019d95df31b57cfd8d94fb84aebfbeebf8d634 Mon Sep 17 00:00:00 2001 From: Bruno Date: Sun, 22 Dec 2024 11:50:09 -0300 Subject: [PATCH] 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. --- build/windows/installer/base_gimp3264.iss | 1 + 1 file changed, 1 insertion(+) diff --git a/build/windows/installer/base_gimp3264.iss b/build/windows/installer/base_gimp3264.iss index 345a59b095..2af52ffe85 100644 --- a/build/windows/installer/base_gimp3264.iss +++ b/build/windows/installer/base_gimp3264.iss @@ -188,6 +188,7 @@ MinVersion=10.0 ;3.4.1 INSTALLER PAGES +PrivilegesRequired=lowest PrivilegesRequiredOverridesAllowed=dialog ShowLanguageDialog=auto DisableWelcomePage=no