Files
linguist/samples/SaltStack/openoffice.sls
2015-04-06 14:58:20 +02:00

22 lines
760 B
Plaintext

openoffice:
4.1.1:
installer: 'http://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.1/binaries/en-US/Apache_OpenOffice_4.1.1_Win_x86_install_en-US.exe'
full_name: 'OpenOffice 4.1.1'
reboot: False
install_flags: '/S'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {9395F41D-0F80-432E-9A59-B8E477E7E163}'
#
# for other languages replace the two occurrences of 'en-US'
# in the download URL with your local two or four letter code below:
#
# 'el', 'en-GB', 'es', 'eu', 'ca',
# 'ca-XR', 'ca-XV', 'cs', 'ru', 'zh-CN',
# 'zh-TW', 'vi', 'ta', 'th', 'tr', 'sk',
# 'sl', 'sr', 'sv', 'pl', 'pt', 'pt-BR',
# 'nb', 'nl', 'lt', 'km', 'ko', 'ja',
# 'it', 'he', 'hi', 'hu', 'gd', 'gl',
# 'fi', 'fr', 'da', 'de', 'bg', 'ast'
#