]> repo.cephalix.eu Git - Firefox.git/commitdiff
Adapt init.sls.in
authorbuildmaster <buildmaster@git.cephalix.eu>
Thu, 16 Jun 2022 10:41:22 +0000 (12:41 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Thu, 16 Jun 2022 10:41:22 +0000 (12:41 +0200)
VERSION
init.sls.in

diff --git a/VERSION b/VERSION
index f60fc8f322264fc5dbcbd5da7623084f24c23118..40847a2f3fd1b324116642fb453d788e9dd36a66 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-101.0
+101.0.1
index fb2c3a444957bf3c123be2bd758e79bed24d19f8..9fa0bec9cfd5f4bc327511a057de312436d5df29 100644 (file)
 
 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