From 319f0657f9f2f87c11a739eb6e0361fc30c0a9d5 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 29 Sep 2022 09:51:00 +0200 Subject: [PATCH] Add /ALLUSERS new install parameter --- repo-ng/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0