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