forked from saltstack/salt-winrepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path7zip_x86.sls
46 lines (46 loc) · 1.47 KB
/
7zip_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
7zip_x86:
'16.04.00.0':
full_name: '7-Zip 16.04'
installer: 'http://d.7-zip.org/a/7z1604.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1604.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.03.00.0':
full_name: '7-Zip 16.03'
installer: 'http://d.7-zip.org/a/7z1603.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1603.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.02.00.0':
full_name: '7-Zip 16.02'
installer: 'http://d.7-zip.org/a/7z1602.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1602.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.00.00.0':
full_name: '7-Zip 16.00'
installer: 'http://d.7-zip.org/a/7z1600.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1600.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'9.20.00.0':
full_name: '7-Zip 9.20'
installer: 'http://heanet.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False