forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadobereader.sls
33 lines (33 loc) · 1.42 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
26
27
28
29
30
31
32
33
adobereader:
11.0.10:
full_name: 'Adobe Reader XI (11.0.10)'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.10/en_US/AdbeRdr11010_en_US.exe'
reboot: False
locale: en_US
install_flags: ' /msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES /qn'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-AB0000000001}'
11.0.6:
full_name: 'Adobe Reader XI (11.0.06)'
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: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-AB0000000001}'
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'