Decompressie – Inno Setup Extractor (software)
Informatie (ENG):
Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract
allows to extract such installers under non-windows systems without running the actual installer using Wine. innoextract
currently supports installers created by Inno Setup 1.2.10 to 5.5.5. (details)
innoextract
is able to unpack (most) GOG.com installers, Wadjet Eye Games installers (to play with AGS), Arx Fatalis patches (for use with Arx Libertatis) as well as various other Inno Setup executables. See the list of limitations below.
While developed on Linux, innoextract
is meant to work with any C++03
/ C++11
compiler, architecture and operating system supported by CMake, Boost, liblzma and iconv.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
innoextract 1.4-windows-r2 2014-04-17 This is a Windows-specific hotfix release, no other platforms are affected Fixed running innoextract under Windows XP innoextract 1.4-windows-r1 2013-05-14 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 innoextract 1.4 2013-03-11 Fixed build on non-Linux platforms with a separate libiconv (Windows™, Mac OS X) Fixed build on systems with non-standard iconv function prototypes (FreeBSD) Fixed MSVC build Fixed build with older glibc versions Fixed issues with the progress bar in sandbox environments Fixed string conversion on systems where libiconv defaults to big-endian variants Fixed extracting very large installers with 32-bit innoextract builds Improved handling of invalid encoded strings Improved error messages when input or output files could not be opened 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 color output and progress bar support for Windows™ Added support for Unicode filenames under Windows™ 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 Added various CMake options to fine-tune the build process Various bug fixes and tweaks innoextract 1.3 2012-07-03 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 innoextract 1.2 2012-04-01 Fixed compile errors with older versions of Boost or GCC Prevented linking against libraries that aren't actually needed innoextract 1.1 2012-03-19 Added support to extract files for a specific language Fixed a bug in the setup header parsing code innoextract 1.0 2012-03-01 Initial release Can list and extract files but not much more |
Download Inno Setup Extractor @ constexpr.org
Download Inno Setup Extractor @ sourceforge.net
[#/software/innoextract” ]