7-ZIP 4.65

Full internal name:org.7-zip.SevenZIP
Project site:https://www.7-zip.org
Screen shots:
Screen shot
Download: Download 7-ZIP 4.65

https://sourceforge.net/projects/sevenzip/files/7-Zip/4.65/7z465.exe

VirusTotal results
Change log:https://www.7-zip.org/history.txt
Description:

file archiver

The main features of 7-Zip:

  • High compression ratio in 7z format with LZMA and LZMA2 compression
  • Packing / unpacking: 7z, XZ, BZIP2, GZIP, TAR, ZIP and WIM
  • Unpacking only: ARJ, CAB, CHM, CPIO, CramFS, DEB, DMG, FAT, HFS, ISO, LZH, LZMA, MBR, MSI, NSIS, NTFS, RAR, RPM, SquashFS, UDF, VHD, WIM, XAR and Z.
  • For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10% better than the ratio provided by PKZip and WinZip
  • Strong AES-256 encryption in 7z and ZIP formats
  • Self-extracting capability for 7z format
  • Integration with Windows Shell
  • File Manager
  • command line version
  • Plugin for FAR Manager
  • Localizations for 79 languages

Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions.

kw: 7zip

License:7-zip license
Version:4.65
SHA-1 or SHA-256:c36012e960fa3932cd23f30ac5b0fe722740243a
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
"%setup%" /S /D=%CD%
set err=%errorlevel%
if %err% neq 0 exit /b %err%

set key=org.7-zip.SevenZIP-4.65
reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open /v FriendlyAppName /d "7-Zip File Manager (7-ZIP 4.65)" /f
set c=\"%CD%\7zFM.exe\" \"%%1\"
reg add HKLM\SOFTWARE\Classes\Applications\%KEY%\shell\open\command /d "%c%" /f
for %%g in (001 7z arj bz2 bzip2 cab cpio deb dmg egg fat gz gzip hfs iso lha lzh lzma ntfs rar rpm squashfs swm tar taz tbz tbz2 tgz tpz txz vhd wim xar xz z zip) do reg add HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f

"%clu%\clu" add-path --path "%CD%"
verify
.Npackd\Uninstall.bat:
Uninstall.exe /S _?=%CD%
set err=%errorlevel%
if %err% neq 0 exit /b %err%

set key=org.7-zip.SevenZIP-4.65
reg delete HKLM\SOFTWARE\Classes\Applications\%KEY% /f
for %%g in (001 7z arj bz2 bzip2 cab cpio deb dmg egg fat gz gzip hfs iso lha lzh lzma ntfs rar rpm squashfs swm tar taz tbz tbz2 tgz tpz txz vhd wim xar xz z zip) do reg delete HKLM\SOFTWARE\Classes\.%%g\OpenWithList\%key% /f

"%clu%\clu" remove-path --path "%CD%"
verify

mkdir ..\.Trash
move *.dll ..\.Trash\%key%_%RANDOM%
echo clear the error code
Last modified:Sat May 15 09:03:01 UTC 2021
Last modified by:tim.lebedk...
Created:Sun Jun 05 17:39:43 UTC 2016
Created by:tim.lebedk...
Automated tests:0 of 0 installations succeeded, 0 of 0 removals succeeded