forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adobeair.sls
28 lines (28 loc) · 1.17 KB
/
adobeair.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
adobeair:
latest:
full_name: 'Adobe AIR'
installer: 'http://airdownload.adobe.com/air/win/download/20.0/AdobeAIRInstaller.exe'
install_flags: '-silent -eulaAccepted'
uninstaller: 'c:\salt\var\cache\salt\minion\extrn_files\base\airdownload.adobe.com\air\win\download\20.0\AdobeAIRInstaller.exe'
uninstall_flags: '-uninstall'
msiexec: False
locale: en_US
reboot: False
'19.0.0.241':
full_name: 'Adobe AIR'
installer: 'http://airdownload.adobe.com/air/win/download/19.0/AdobeAIRInstaller.exe'
install_flags: '-silent -eulaAccepted'
uninstaller: 'c:\salt\var\cache\salt\minion\extrn_files\base\airdownload.adobe.com\air\win\download\19.0\AdobeAIRInstaller.exe'
uninstall_flags: '-uninstall'
msiexec: False
locale: en_US
reboot: False
'18.0.0.199':
full_name: 'Adobe AIR'
installer: 'http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe'
install_flags: '-silent -eulaAccepted'
uninstaller: 'c:\salt\var\cache\salt\minion\extrn_files\base\airdownload.adobe.com\air\win\download\18.0\AdobeAIRInstaller.exe'
uninstall_flags: '-uninstall'
msiexec: False
locale: en_US
reboot: False