forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadobereader.sls
25 lines (25 loc) · 1.06 KB
/
adobereader.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
adobereader:
11.0.6:
full_name: 'Adobe Reader 11.0.6'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.06/en_US/AdbeRdr11006_en_US.exe'
reboot: False
locale: en_US
install_flags: ' /msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES /qn'
# uninstaller: '%PROGRAMFILES(x86)%\Adobe\Reader\unins000.exe'
# uninstall_flags: ' /msi /x /q'
10.1.4:
full_name: 'Adobe Reader 10.1.4'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/10.x/10.1.4/en_US/AdbeRdr1014_en_US.exe'
reboot: False
locale: en_US
install_flags: ' /msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES /qn'
# uninstaller: '%PROGRAMFILES(x86)%\Adobe\Reader\unins000.exe'
# uninstall_flags: ' /msi /x /q'
9.5.0:
full_name: 'Adobe Reader 9.5.0'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/9.x/9.5.0/en_US/AdbeRdr950_en_US.exe'
reboot: False
locale: en_US
install_flags: ' /msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES /qn'
# uninstaller: '%PROGRAMFILES(x86)%\Adobe\Reader\unins000.exe'
# uninstall_flags: ' /msi /x /q'