This repository has been archived by the owner on Sep 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 87
/
7zip.sls
46 lines (46 loc) · 1.57 KB
/
7zip.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:
'16.04.00.0':
full_name: '7-Zip 16.04 (x64 edition)'
installer: 'http://d.7-zip.org/a/7z1604-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1604-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.03.00.0':
full_name: '7-Zip 16.03 (x64 edition)'
installer: 'http://d.7-zip.org/a/7z1603-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1603-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.02.00.0':
full_name: '7-Zip 16.02 (x64 edition)'
installer: 'http://d.7-zip.org/a/7z1602-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1602-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'16.00.00.0':
full_name: '7-Zip 16.00 (x64 edition)'
installer: 'http://d.7-zip.org/a/7z1600-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://d.7-zip.org/a/7z1600-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False
'9.20.00.0':
full_name: '7-Zip 9.20 (x64 edition)'
installer: 'http://heanet.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi'
install_flags: '/qn ALLUSERS=1 /norestart'
uninstaller: 'http://heanet.dl.sourceforge.net/project/sevenzip/7-Zip/9.20/7z920-x64.msi'
uninstall_flags: '/qn /norestart'
msiexec: True
locale: en_US
reboot: False