7-Zip is a file archiver with a high compression ratio. 7-Zip is open source software. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. You can use 7-Zip on any computer, including a computer in a commercial organization. You don't need to register or pay for 7-Zip.
Size: 3 MB
Authors: Igor Pavlov
Tags:
7-zip,
7z,
7zip,
admin,
archivator,
archive,
archiver,
cli,
compress,
compressor,
cross-platform,
encryption,
foss,
rar,
zip
Default path: %HOMEDRIVE%\Programs\7-Zip
pbox install 7zip
Show pbox.xml
<pbox version="1.0">
<name>7zip</name>
<title>7-Zip</title>
<version>15.12</version>
<group>compressor</group>
<archs>32,64</archs>
<msiFile arch="32">7z15.12.msi</msiFile>
<msiFile arch="64">7z15.12-x64.msi</msiFile>
<homedir>%HOMEDRIVE%\Programs\7-Zip</homedir>
<install>
<msi>.\msi\${msiFile}=/q INSTALLDIR="${homedir}"</msi>
<path>${homedir}</path>
</install>
<uninstall>
<unmsi>.\msi\${msiFile}=/q</unmsi>
<remove>${homedir}</remove>
<unpath>${homedir}</unpath>
</uninstall>
</pbox>