Releases: myfreeer/7z-build-nsis
v22.01-v1.5.4-R2
7-Zip-zstd v22.01-v1.5.4-R2 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compiled on ci, build logs here.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows Vista and above.
v22.01-v1.5.2-R1
7-Zip-zstd v22.01-v1.5.2-R1 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compiled on ci, build logs here.
Changes
Complied with Visual Studio 2022
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows Vista and above.
22.01
7-zip 22.01 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Changes
Complied with Visual Studio 2022
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
22.01 2022-07-15
- UDF support was improved to UDF version 2.60.
- HFS and APFS support was improved.
See also https://sourceforge.net/p/sevenzip/discussion/45797/thread/c43cbc5f18/#0db7
22.00-vs2022
7-zip 22.00 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Changes
Complied with Visual Studio 2022
Compatibility
Not tested
22.00 2022-06-15
- 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files.
- 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches
-ttar -mm=pax or -ttar -mm=posix - 7-Zip now can store additional file timestamps with high precision (1 ns in Linux)
in tar/pax archives with the following switches:
-ttar -mm=pax -mtp=3 -mtc -mta - New switches for Linux version for TAR archives:
-snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files.
-snon : store owner/group names in archive - New -snz switch to propagate Zone.Identifier stream to extracted files (Windows).
- New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu.
- New "Options" window in "Add to archive" allows to select what metadata must be
included to archive. Also it allows to select new option
"Do not change source files last access time". - Some bugs were fixed.
See also <https://sourceforge.net/p/sevenzip/discussion/45797/thread/9c2d9061ce/>
22.00
7-zip 22.00 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
22.00 2022-06-15
- 7-Zip now can extract APFS (Apple File System) images that can be used in DMG files.
- 7-Zip now can create TAR archives in POSIX (pax) tar format with the switches
-ttar -mm=pax or -ttar -mm=posix - 7-Zip now can store additional file timestamps with high precision (1 ns in Linux)
in tar/pax archives with the following switches:
-ttar -mm=pax -mtp=3 -mtc -mta - New switches for Linux version for TAR archives:
-snoi : store owner/group ids in archive or set owner/group ids from archive to extracted files.
-snon : store owner/group names in archive - New -snz switch to propagate Zone.Identifier stream to extracted files (Windows).
- New option "Propagate Zone.Id stream" in Tools/Options/7-Zip menu.
- New "Options" window in "Add to archive" allows to select what metadata must be
included to archive. Also it allows to select new option
"Do not change source files last access time". - Some bugs were fixed.
See also <https://sourceforge.net/p/sevenzip/discussion/45797/thread/9c2d9061ce/>
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\link.EXE"' : return code '0x460'
21.07
7-zip 21.07 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
21.07 2021-12-26
- 7-Zip now can extract VHDX disk images (Microsoft Hyper-V Virtual Hard Disk v2 format).
- New switches: -spm and -im!{file_path} to exclude directories from processing
for specified paths that don't contain path separator character at the end of path. - In the "Add to Archive" window, now it is allowed to use -m prefix for "Parameters"
field as in command line: -mparam. - The sorting order of files in archives was slightly changed to be more consistent
for cases where the name of some directory is the same as the prefix part of the name
of another directory or file. - TAR archives created by 7-Zip now are more consistent with archives created by GNU TAR program.
See also https://sourceforge.net/p/sevenzip/discussion/45797/thread/0a7b47970b/
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\link.EXE"' : return code '0x460'
Stop.
21.06
7-zip 21.06 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
21.06 2021-11-24
- The window "Add to Archive" now allows to set a limit on memory usage (RAM)
that will be used for compressing. - New switch -mmemuse={N}g / -mmemuse=p{N} to set a limit on memory usage (RAM)
for compressing and decompressing. - Bug in versions 21.00-21.05 was fixed:
7-Zip didn't set attributes of directories during archive extracting. - Some bugs were fixed.
See also https://sourceforge.net/p/sevenzip/discussion/45797/thread/b463f34259/
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX86\x86\link.EXE"' : return code '0x460'
Stop.
v21.03-v1.5.0-R2
7-Zip-zstd v21.03-v1.5.0-R2 with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows Vista and above.
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\link.EXE"' : return code '0x460'
Stop.
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winnt.h(253) : error RC2188: C:\projects\7z-build-nsis\7-Zip-zstd-21.03-v1.5.0-R2\C\Util\7zipUninstall\x86\RCa01112(48) : fatal error RC1116: RC terminating after preprocessor errors
: fatal error U1077: '"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86\rc.EXE"' : return code '0x2'
Stop.
21.04 beta
7-zip 21.04 beta with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
21.04 beta 2021-11-02
- 7-Zip now reduces the number of working CPU threads for compression,
if RAM size is not enough for compression with big LZMA2 dictionary. - 7-Zip now can create and check "file.sha256" text files that contain the list
of file names and SHA-256 checksums in format compatible with sha256sum program.
7-Zip can work with such checksum files as with archives,
but these files don't contain real file data.
The context menu commands to create and test "sha256" files:
7-Zip / CRC SHA / SHA-256 -> file.sha256
7-Zip / CRC SHA / Test Archive : Checksum
The commands for command line version:
7z a -thash file.sha256 *.txt
7z t -thash file.sha256
7z t -thash -shd. file.sha256
New -shd{dir_path} switch to set the directory that is used to check files
referenced by "file.sha256" file for "Test" operation.
If -shd{dir_path} is not specified, 7-Zip uses the directory where "file.sha256" is stored. - New -xtd switch to exclude directory items from processing.
See also https://sourceforge.net/p/sevenzip/discussion/45797/thread/ba29828ce0/
Note
- This release is built with Visual Studio 2017 since build fails with 2019
LIBCMT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol _WinMain@16
x86\7zDec.exe : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX86\x86\link.EXE"' : return code '0x460'
Stop.
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winnt.h(253) : error RC2188: C:\projects\7z-build-nsis\C\Util\7zipInstall\x86\RCa05204(48) : fatal error RC1116: RC terminating after preprocessor errors
E : fatal error U1077: '"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86\rc.EXE"' : return code '0x2'
Stop.
Microsoft (R) Program Maintenance Utility Version 14.29.30136.0
Copyright (C) Microsoft Corporation. All rights reserved.
7zipUninstall.c
Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384
Copyright (C) Microsoft Corporation. All rights reserved.
C:\Program Files (x86)\Windows Kits\10\include\10.0.22000.0\um\winnt.h(253) : error RC2188: C:\projects\7z-build-nsis\C\Util\7zipUninstall\x86\RCa02932(48) : fatal error RC1116: RC terminating after preprocessor errors
E : fatal error U1077: '"C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86\rc.EXE"' : return code '0x2'
Stop.
21.03 beta
7-zip 21.03 beta with NSIS script decompiling
7z****-x64.exe
: 7-Zip for 64-bit Windows (x64).7z****-x86.exe
: 7-Zip for 32-bit Windows (x86).7z****.7z
: Everything compiled.
Compatibility
- 7-Zip for 64-bit Windows (x64): Windows Vista and above.
- 7-Zip for 32-bit Windows (x86): Windows XP (maybe) and above.
21.03 beta 2021-07-20
- The maximum dictionary size for LZMA/LZMA2 compressing was increased to 4 GB (3840 MiB).
- Minor speed optimizations in LZMA/LZMA2 compressing.