forked from saltstack/salt-winrepo-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
adobeflashplayerplugin.sls
37 lines (37 loc) · 1.81 KB
/
adobeflashplayerplugin.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
34
35
36
37
adobeflashplayerplugin:
latest:
full_name: 'Adobe Flash Player 20 NPAPI'
installer: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_20_plugin.msi'
install_flags: '/quiet /norestart REMOVE_PREVIOUS=YES'
uninstaller: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_20_plugin.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'19.0.0.245':
full_name: 'Adobe Flash Player 19 NPAPI'
installer: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_19_plugin.msi'
install_flags: '/quiet /norestart REMOVE_PREVIOUS=YES'
uninstaller: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_19_plugin.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'18.0.0.241':
full_name: 'Adobe Flash Player 18 NPAPI'
installer: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_18_plugin.msi'
install_flags: '/quiet /norestart REMOVE_PREVIOUS=YES'
uninstaller: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_18_plugin.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.0.0.296':
full_name: 'Adobe Flash Player 16 NPAPI'
installer: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_16_plugin.msi'
install_flags: '/quiet /norestart REMOVE_PREVIOUS=YES'
uninstaller: 'http://fpdownload.macromedia.com/get/flashplayer/current/licensing/win/install_flash_player_16_plugin.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False