source: other-projects/expeditee-release-kits/shared/windows/7za/readme.txt@ 28740

Last change on this file since 28740 was 28740, checked in by ak19, 10 years ago

Expeditee team (jts21). Add shared/windows folder with self-extracting Java 8 JRE, moved windows_wrapper.cpp to shared/windows/wrapper/wrapper.cpp, fixed run/findjava scripts

File size: 1.9 KB
Line 
17-Zip Extra 9.22
2----------------
3
47-Zip Extra is package of extra modules of 7-Zip.
5
67-Zip Copyright (C) 1999-2011 Igor Pavlov.
7
8This package contains the following files:
9
107za.dll - library for working with 7z archives.
117zxa.dll - library for extracting from 7z archives.
127zS.sfx - SFX module for installers
137zSD.sfx - SFX module for installers (uses msvcrt.dll)
147zS2.sfx - small SFX module (GUI version) (uses msvcrt.dll)
157zS2con.sfx - small SFX module (Console version) (uses msvcrt.dll)
167za.exe - is a standalone command line version of 7-Zip.
177zr.exe - reduced version of console program 7za.exe
187-zip.chm - help file
19copying.txt - GNU LGPL
20readme.txt - This file
21Far\ - Plugin for FAR manager
22Installer\ - Files to compress installers
23x64\ - DLLs for x64
24
25
26Features of 7za.dll:
27 - Supporting 7z format;
28 - Built encoders: LZMA, LZMA2, PPMD, BCJ, BCJ2, COPY, AES-256 Encryption.
29 - Built decoders: LZMA, LZMA2, PPMD, BCJ, BCJ2, COPY, AES-256 Encryption, BZip2, Deflate.
307zxa.dll supports only decoding from .7z archives.
31
32Features of 7za.exe:
33 - High compression ratio in new 7z format
34 - Supported formats:
35 - Packing / unpacking: 7z, xz, ZIP, GZIP, BZIP2 and TAR
36 - Unpacking only: Z, lzma
37 - Highest compression ratio for ZIP and GZIP formats.
38 - Fast compression and decompression
39 - Strong AES-256 encryption in 7z and ZIP formats.
40
41
427-Zip is free software. Read file License.txt for more infomation about license.
43
44Source code of 7za.dll and 7-Zip (including all interfaces
45and small example application) can be found at
46
47http://www.7-zip.org/
48
497za.dll and 7zxa.dll can work in Windows 95/98/ME/NT/2000/2003/2008/XP/Vista/7.
507za.dll and 7zxa.dll work via COM interfaces
51But these DLLs don't use standard COM interfaces for objects creating.
52
53
54---
55End of document
Note: See TracBrowser for help on using the repository browser.