forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadobereader-xi.sls
More file actions
19 lines (19 loc) · 851 Bytes
/
adobereader-xi.sls
File metadata and controls
19 lines (19 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
adobereader-xi:
'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'
install_flags: '/msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES ALLUSERS=1 /qn /norestart'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-AB0000000001} /norestart'
msiexec: False
locale: en_US
reboot: False
'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'
install_flags: '/msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES ALLUSERS=1 /qn /norestart'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-AB0000000001} /norestart'
msiexec: False
locale: en_US
reboot: False