LibreCAD:
'VERSION':
- full_name: 'TOREPLACE'
- installer: salt://win/repo-ng/LibreCAD/TOREPLACE.exe
+ full_name: 'LibreCAD'
+ installer: salt://win/repo-ng/LibreCAD/LibreCAD-Installer-2.1.3.exe
{% if ARCH == 'x64' %}
- uninstaller: '%PROGRAMFILES(x86)%\LibreCAD\unins000.exe'
+ uninstaller: '%PROGRAMFILES(x86)%\LibreCAD\Uninstall.exe'
{% else %}
- uninstaller: '%PROGRAMFILES%\LibreCAD\unins000.exe'
+ uninstaller: '%PROGRAMFILES%\LibreCAD\Uninstall.exe'
{% endif %}
- install_flags: '/verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'
- uninstall_flags: '/verysilent /SUPPRESSMSGBOXES /NORESTART /LOG="{{ LOG_PATH }}_uninst.log"'
+ install_flags: '/S'
+ uninstall_flags: '/S'
locale: de_DE
msiexec: False
reboot: False