innoextract 1.7 (https://constexpr.org/innoextract/) ----------------------------------------------------- This directory contains source code and binaries for version 1.7 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: - 4c6fb595d42c7e411aae992472888be6 innoextract-1.7.tar.gz - 03d3d04c4357efb35b36a9cce657f887 innoextract-1.7-freebsd.tar.xz - 7f352f697052d67e83d3dc7d8a9242ef innoextract-1.7-linux.tar.xz - b801b0740b4ab19d69a739ab4a9180ae innoextract-1.7-windows.zip Changelog: - Added support for Inno Setup 5.6.0 installers - Added support for new GOG installers with GOG Galaxy file parts - Added support for encrypted installers with the --password (-P) and --password-file options - Added a --show-password option to print password check information - Added a --check-password option to abort if the provided password does not match the stored checksum - Added a --info (-i) convenience option to print information about the installer - Added a --list-sizes option to print file sizes even with --quiet or --silent - Added a --list-checksums option to print file checksums - Added a --data-version (-V) option to print the data version and exit - Added a --no-extract-unknown (-n) option to abort on unknown Inno Setup data versions - Fixed building in paths that contain regex expressions - Fixed case-sensitivity in parent directory when creating subdirectories - Fixed .bin slice file names used with Inno Setup versions older than 4.1.7 - Fixed build with newer libc++ versions - Made loading of .bin slice files case-insensitive - The --test option can now be combined with --extract to abort on file checksum errors - Now compiles in C++17 mode if supported See the full changelog at https://constexpr.org/innoextract/changelog for changes in other versions.