From: buildmaster Date: Thu, 29 Sep 2022 07:51:00 +0000 (+0200) Subject: Add /ALLUSERS new install parameter X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=319f0657f9f2f87c11a739eb6e0361fc30c0a9d5;p=Gimp.git Add /ALLUSERS new install parameter --- diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 84c2cae..4550425 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -15,9 +15,9 @@ Gimp: '2.10.28': full_name: 'GIMP 2.10.28' installer: salt://win/repo-ng/Gimp/gimp-2.10.28-setup.exe - install_flags: '/SP- /SILENT /NORESTART /log="{{ LOG_PATH }}\Gimp_inst.log"' + install_flags: '/SP- /SILENT /ALLUSERS /NORESTART /log="{{ LOG_PATH }}\Gimp_inst.log"' uninstaller: '%ProgramFiles%\Gimp 2\uninst\unins000.exe' - uninstall_flags: '/SP- /SILENT /NORESTART /log="{{ LOG_PATH }}\Gimp_uninst.log"' + uninstall_flags: '/SP- /SILENT /NORESTART /ALLUSERS /log="{{ LOG_PATH }}\Gimp_uninst.log"' msiexec: False locale: de_DE reboot: False