Victor_VG:
При проверке наличия обновлений для
ANSIСON отыскал на главной у его автора
Jason Hood форк 7-Zip v19.00 от 6 июля 2019 с рядом исправлений -
7.Zip v19.00a. Диффы (уточнена и справка - часть команд изменила своё поведение) и бинарники для х86 и AMD64 там же. В каждом архиве только справка, 7z.exe, 7z.dll, описание - по идее достаточно, но на всякий случай вот [more=выписка из описания]This release by Jason Hood <jadoxa@yahoo.com.au>. It enables the generation of
the NSIS script (with additional improvements) and tweaks the console version.
List of changes
---------------
7z console:
* added command "c" (extract to console; labels files with "-->", ignores dirs);
* added command "p" (properties of archive; like list, but without the list);
* enabled flushing when writing to stdout;
* documented option "-ba" (disable headers);
* added option "-bp" (disable properties);
* added option "-bl" to disable the copyright message (logo);
* allow the disable options to be combined ("-badlp");
* "-si" defaults to name "<stdin>" for extract/list;
* "-si" will read the overwrite answer from the console;
* added option "-slb" (bare, only list names);
* added option "-sls" (short list format);
* added option "-sub{old}[=[{new}]]" to substitute text in list/extract paths;
* non-recursive paths match from the end (e.g. "f*" will match "dir\file", not
"folder\name").
NSIS:
* enabled script creation;
* renamed "[NSIS].nsi" to "script.nsi";
* renamed "[LICENSE].*" to "license.*";
* renamed "[LICENSE]\license-*" to "license-*";
* recognize some variable assignments;
* recognize temporary files;
* ignore invalid commands;
* improved quote handling;
* recognize unused functions;
* recognize alternative plugin commands;
* better recognition of "SetCtlColors /BRANDING".
PE:
* reduced section limit (4096 to 2048) to detect archives in codeless binaries.
Internal:
* modified Print_UInt64_and_String to create the singular noun;
* OpenArchive: FileSize may be 0 when PhySize is not, resulting in a false
"unexpected end of archive" error.[/more]. Вариант интересный т.к. и распаковка NSIS есть и ряд возможностей улучшен либо добавлен таких как показ свойств архива командой p:
Цитата: 7$ 7z p 7z1900-dif.zip 7-Zip 19.00a (x64) : Copyright (c) 1999-2019 Igor Pavlov : 2019-07-06 Scanning the drive for archives: 1 file, 20226 bytes (20 KiB) Properties of archive: 7z1900-dif.zip -- Path = 7z1900-dif.zip Type = zip Physical Size = 20226 Files: 2 Size: 91456 Compressed: 20016 |
думаю её погонять для поиска ошибок при отладке NSIS - может что и выловит...