Skip to content

Instantly share code, notes, and snippets.

Created May 19, 2015 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3fad341210fb26b96d9e to your computer and use it in GitHub Desktop.
Save anonymous/3fad341210fb26b96d9e to your computer and use it in GitHub Desktop.
Install Adobe Reader
'Adobe Reader XI (11.0.10) - Français':
11.0.10:
full_name: 'Adobe Reader XI (11.0.10) - Français'
installer: 'http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.10/fr_FR/AdbeRdr11010_fr_FR.exe'
reboot: False
locale: fr_FR
install_flags: ' /msi EULA_ACCEPT=YES REMOVE_PREVIOUS=YES /qn'
uninstaller: 'msiexec.exe'
uninstall_flags: '/qn /x {AC76BA86-7AD7-1033-7B44-AB0000000001}'
base:
'*':
- common
root@bss-salt:/srv/salt# ^C
root@bss-salt:/srv/salt# cat common.sls
Mozilla Firefox 38.0.1 (x86 fr):
pkg:
- installed
Google Chrome:
pkg:
- installed
7-Zip 9.20 (x64 edition):
pkg:
- installed
Adobe Flash Player 17 ActiveX:
pkg:
- installed
Adobe Reader XI (11.0.10) - Français:
pkg:
- installed
Java 8 Update 45:
pkg:
- installed
Microsoft Security Essential:
pkg:
- installed
PDFcreator:
pkg:
- installed
Teamviewer 9:
pkg:
- installed
base:
'*':
- common
@anlutro
Copy link

anlutro commented May 19, 2015

Try replacing

Adobe Reader XI (11.0.10) - Français:
 pkg:
  - installed

with something like this:

adobe_reader:
 pkg:
  - installed
  - name: 'Adobe Reader XI (11.0.10) - Français'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment