forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadobereader.sls
19 lines (19 loc) · 830 Bytes
/
adobereader.sls
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
adobereader:
'10.1.4':
full_name: 'Adobe Reader X (10.1.4)'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/10.x/10.1.4/en_US/AdbeRdr1014_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-AA1000000001} /norestart'
msiexec: False
locale: en_US
reboot: False
'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'
install_flags: '/msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES ALLUSERS=1 /qn /norestart'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-A95000000001} /norestart'
msiexec: False
locale: en_US
reboot: False