From: buildmaster Date: Thu, 16 Jun 2022 10:41:22 +0000 (+0200) Subject: Adapt init.sls.in X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=d060c823cf79e170b7953342dc5b3bbd811797d0;p=Firefox.git Adapt init.sls.in --- diff --git a/VERSION b/VERSION index f60fc8f..40847a2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -101.0 +101.0.1 diff --git a/init.sls.in b/init.sls.in index fb2c3a4..9fa0bec 100644 --- a/init.sls.in +++ b/init.sls.in @@ -17,17 +17,12 @@ Firefox: 'VERSION': - full_name: 'TOREPLACE' - installer: salt://win/repo-ng/Firefox/TOREPLACE.exe - {% if ARCH == 'x64' %} - uninstaller: '%PROGRAMFILES(x86)%\Firefox\unins000.exe' - {% else %} - uninstaller: '%PROGRAMFILES%\Firefox\unins000.exe' - {% endif %} - install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"' - uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"' + full_name: 'Mozilla Firefox (x64 de)' + installer: salt://win/repo-ng/Firefox/Firefox_Setup_VERSION.msi + uninstaller: salt://win/repo-ng/Firefox/Firefox_Setup_VERSION.msi + install_flags: '/qn /l* "{{ LOG_PATH }}\\Firefox_inst.log"' + uninstall_flags: '/qn /l* "{{ LOG_PATH }}\\Firefox_uninst.log" locale: de_DE - msiexec: False + msiexec: True reboot: False - cache_dir: False - + cache_dir: True