Skip to content

Releases: dscharrer/innoextract

innoextract 1.9

09 Aug 19:02
1.9
Compare
Choose a tag to compare
  • Added preliminary support for Inno Setup 6.1.0
  • Added support for a modified Inno Setup 5.4.2 variant
  • Fixed output directory being created for unsupported installers
  • Fixed some safe non-ASCII characters being stripped from filenames
  • Fixed handling of path separators in Japanese and Korean installers
  • Fixed build with newer Boost versions
  • Windows: Fixed heap corruption
  • Windows: Fixed garbled output

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.8

15 Sep 08:21
1.8
Compare
Choose a tag to compare
  • Bump version to 1.7 (new upstream release):
  • 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
  • Added --list-sizes and --list-checksums options to print file information
  • Adde a --data-version (-V) option to check if an executable is an
    Inno Setup installer
  • Fixed case-sensitivity in parent directory when creating subdirectories
  • Fixed issues with names used to load .bin slice files

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.7

12 Jun 19:11
1.7
Compare
Choose a tag to compare
  • 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
  • Added --list-sizes and --list-checksums options to print file information
  • Adde a --data-version (-V) option to check if an executable is an Inno Setup installer
  • Fixed case-sensitivity in parent directory when creating subdirectories
  • Fixed issues with names used to load .bin slice files

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.6

24 Mar 23:52
1.6
Compare
Choose a tag to compare
  • Added support for Inno Setup 5.5.7 (and 5.5.8) installers
  • Added a --collisions=rename-all option
  • Fixed issues with the --collisions=rename option
  • Unsafe characters in special constant strings (ie : in {code:…}) are now replaced with $
  • Windows: Fixed progress bar flickering while printing extracted filenames
  • Windows binaries: Fixed crash on platforms without AVX support

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.5

25 Sep 07:26
1.5
Compare
Choose a tag to compare
  • Added support for Inno Setup 5.5.6 installers
  • Added --include and --exclude-temp options to filter extracted files
  • Improved handling of file collisions and added a --collisions option to control the behavior
  • Added support for newer GOG.com multi-part installers via the --gog option
  • Added support for building without iconv, using builtin conversions and/or Win32 API instead
  • Various bug fixes and improvements

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.4-windows-r2

25 Sep 07:25
1.4-windows-r2
Compare
Choose a tag to compare
  • This is a Windows-specific hotfix release, no other platforms are affected
  • Fixed running innoextract under Windows XP

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.4-windows-r1

25 Sep 07:24
1.4-windows-r1
Compare
Choose a tag to compare
  • This is a Windows-specific hotfix release, no other platforms are affected
  • Fixed a crash on startup under Windows
  • Reduced progress bar flickering under Windows
  • Fixed original console text color not being restored under Windows

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.4

25 Sep 07:21
1.4
Compare
Choose a tag to compare
  • Fixed issues with the progress bar in sandbox environments
  • Fixed extracting very large installers with 32-bit innoextract builds
  • Improved handling
  • The --list command-line option can now combined with --test or --extract
  • The --version command-line option can now be modified with --quiet or --silent
  • Added support for preserving timestamps of extracted files (enabled by default)
  • Added a --timestamps (-T) command-line options to control or disable file timestamps
  • Added an --output-dir (-d) command-line option to control where files are extracted
  • Various bug fixes and tweaks

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.3

25 Sep 07:19
1.3
Compare
Choose a tag to compare
  • Fixed --quiet and --silent flags being ignored for some multi-file installers output
  • Now compiles in C++11 mode if supported
  • Added a warning when extracting unsupported setup data versions
  • Added support for Inno Setup 5.5.0 installers

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.

innoextract 1.2

25 Sep 07:18
1.2
Compare
Choose a tag to compare
  • Fixed compile errors with older versions of Boost or GCC
  • Prevented linking against libraries that aren't actually needed

See the full changelog for more details.

Please do not use the automatically generated "Source code" archives below - I have no control over their creation or future availability.
Instead, use the (signed) files from the official website.