forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirefox_x86.sls
92 lines (91 loc) · 3.59 KB
/
firefox_x86.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
firefox_x86:
'39.0':
full_name: 'Mozilla Firefox 39.0 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/39.0/win32/en-US/Firefox%20Setup%2039.0.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'39.0.3':
full_name: 'Mozilla Firefox 39.0.3 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/39.0.3/win32/en-US/Firefox%20Setup%2039.0.3.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'40.0':
full_name: 'Mozilla Firefox 40.0 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0/win32/en-US/Firefox%20Setup%2040.0.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'40.0.1':
full_name: 'Mozilla Firefox 40.0.1 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0.1/win32/en-US/Firefox%20Setup%2040.0.1.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'40.0.2':
full_name: 'Mozilla Firefox 40.0.2 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0.2/win32/en-US/Firefox%20Setup%2040.0.2.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'40.0.3':
full_name: 'Mozilla Firefox 40.0.3 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.0.3/win32/en-US/Firefox%20Setup%2040.0.3.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'40.1':
full_name: 'Mozilla Firefox 40.1 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/40.1/win32/en-US/Firefox%20Setup%2040.1.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'41.0':
full_name: 'Mozilla Firefox 41.0 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/41.0/win32/en-US/Firefox%20Setup%2041.0.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'41.0.1':
full_name: 'Mozilla Firefox 41.0.1 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/41.0.1/win32/en-US/Firefox%20Setup%2041.0.1.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False
'41.0.2':
full_name: 'Mozilla Firefox 41.0.2 (x86 en-US)'
installer: 'https://download-installer.cdn.mozilla.net/pub/firefox/releases/41.0.2/win32/en-US/Firefox%20Setup%2041.0.2.exe'
install_flags: '/s'
uninstaller: '%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe'
uninstall_flags: '/S'
msiexec: False
locale: en_US
reboot: False