7-ZIP 64 bit 16.2

Full internal name:org.7-zip.SevenZIP64
Project site:https://www.7-zip.org
Screen shots:
Screen shot
Download: Download 7-ZIP 64 bit 16.2

http://www.7-zip.org/a/7z1602-x64.msi

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:16.2
SHA-1 or SHA-256:5ee82d566c271bb66d6baa6f49e6da1d205e4bef
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
cscript //Nologo //E:JScript //T:300 //U .Npackd\AddProperty.js
if %errorlevel% neq 0 exit /b %errorlevel%

cscript //Nologo //E:JScript //T:300 //U .Npackd\Install.js
.Npackd\Uninstall.bat:
cscript //Nologo //E:JScript //T:300 //U .Npackd\Uninstall.js
.Npackd\Install.js:
try {
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var sh = WScript.CreateObject("WScript.Shell");
    var lib = eval(fs.OpenTextFile(
          sh.ExpandEnvironmentStrings("%NIH%") + "\\Lib.js", 1).ReadAll());

    if (!lib.installMSI(null, "INSTALLDIR"))
        throw new Error("MSI installation failed");

    var extensions = fs.OpenTextFile(".Npackd\\Extensions.txt", 1).ReadAll().split(" ");
    var key = sh.ExpandEnvironmentStrings("org.7-zip.SevenZIP64-%NPACKD_PACKAGE_VERSION%");
    var curDir = sh.currentDirectory;
    var cmd = "\"" + curDir + "\\7zFM.exe\" \"%1\"";
    var title = "7-Zip File Manager (7-ZIP/64 bit " + sh.ExpandEnvironmentStrings("%NPACKD_PACKAGE_VERSION%") + ")";
    lib.registerOpenWith(key, cmd, title, extensions);
} catch (e) {
    WScript.Echo(e.name + ": " + e.message);
    WScript.Echo(e.number + ": " + e.description);
    WScript.Quit(1);
}
.Npackd\Extensions.txt:
.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
.Npackd\Uninstall.js:
try {
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var sh = WScript.CreateObject("WScript.Shell");
    var lib = eval(fs.OpenTextFile(
          sh.ExpandEnvironmentStrings("%NIH%") + "\\Lib.js", 1).ReadAll());

    if (!lib.uninstallMSI(null))
        throw new Error("MSI uninstallation failed");

    var extensions = fs.OpenTextFile(".Npackd\\Extensions.txt", 1).ReadAll().split(" ");
    var key = sh.ExpandEnvironmentStrings("org.7-zip.SevenZIP64-%NPACKD_PACKAGE_VERSION%");
    lib.unregisterOpenWith(key, extensions);
} catch (e) {
    WScript.Echo(e.name + ": " + e.message);
    WScript.Echo(e.number + ": " + e.description);
    WScript.Quit(1);
}
.Npackd\AddProperty.js:
try {
    var fs = new ActiveXObject("Scripting.FileSystemObject");
    var sh = WScript.CreateObject("WScript.Shell");
    var lib = eval(fs.OpenTextFile(
          sh.ExpandEnvironmentStrings("%NIH%") + "\\Lib.js", 1).ReadAll());

    lib.addPropertyToMSI(lib.findFile(".", /\.msi$/i), "INSTALLDIR", "C:\\");
} catch (e) {
    WScript.Echo(e.name + ": " + e.message);
    WScript.Echo(e.number + ": " + e.description);
    WScript.Quit(1);
}
Last modified:Sat May 15 09:03:00 UTC 2021
Last modified by:tim.lebedk...
Created:Sat Jul 16 12:34:22 UTC 2016
Created by:tim.lebedk...
Automated tests:3 of 3 installations succeeded, 3 of 3 removals succeeded