innoextract 1.6 (https://constexpr.org/innoextract/) ----------------------------------------------------- This directory contains source code and binaries for version 1.6 of innoextract, a tool to unpack installers created by Inno Setup (https://jrsoftware.org/isinfo.php). See the main downloads page at https://constexpr.org/innoextract/#download for alternate download locations and Linux packages. MD5 Checksums: - 17611d58ed51b8511639e5965c1585c5 innoextract-1.6.tar.gz - 886d6fa28ee03b97e0b1c114d5cbe351 innoextract-1.6-freebsd.tar.xz - 773f4bdc482f52e94e79217f8604f1ee innoextract-1.6-linux.tar.xz - e3abf26e436c8f1858e2e06a67a37b60 innoextract-1.6-windows.zip Changelog: - Added support for Inno Setup 5.5.7 (and 5.5.8) installers - Added a --collisions=rename-all option - Changed --collisions=rename to omit the suffix for the file that would have been extracted with --collisions=overwrite instead of the first encountered file - Fixed @lang suffix sometimes missing for the first file with the --collisions=rename option - Fixed build error with CMake 3.5 - Now compiles in C++14 mode if supported - Unsafe characters in special constant strings (ie : in {code:…}) are now replaced with $ - Windows: Fixed error message if the source file could not be opened - Windows: Fixed progress bar flickering while printing extracted filenames - Windows binaries: Fixed crash on platforms without AVX support See the full changelog at https://constexpr.org/innoextract/changelog for changes in other versions.