Skip to content

Releases: Wilenty/InnoSetup_Unpacker-Extractor_

InnoSetup 6.3.0 - 6.3.3+ (Unpacker/Extractor)

05 Oct 10:53
8e0b40d
Compare
Choose a tag to compare

Merged those two versions into one.

InnoSetup 5.5.Xee (Unpacker&Extractor) V2

02 Oct 19:51
5bb9dd5
Compare
Choose a tag to compare

Fixed some things, now it should correctly extracts the script.

InnoSetup 5.5.Xee (Unpacker&Extractor)

28 Sep 17:39
5bb9dd5
Compare
Choose a tag to compare

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v2.0

31 Jul 10:39
f22e034
Compare
Choose a tag to compare

Changed the "admin right to run" at the user request: #1

Here I share two versions:

  1. FastDuplicatesExtraction.exe
  2. IgnoresDuplicatesButStoresEntriesToFirstDuplicate.exe

The first one extracts duplicates very fast, but you will not see any difference on installers where there are no duplicate entries to the same file on compilation.

And the second one extracts only the first duplicate of the compressed/stored file and overwrite all other entries of source file of all other duplicates.

Over all, probably they will loads a bit slower, but works much faster (especially with many duplicate file entries), because of the file entries filtering.

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v2.03

04 Sep 20:40
f22e034
Compare
Choose a tag to compare

Fixed a bug that sometimes caused the extractor/unpacker to fail to load installers if the program name had to be expanded.

Fixed a bug that did not extract installers on the network drive.

Added information about duplicate files in the file list.

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v2.02

09 Aug 12:43
f22e034
Compare
Choose a tag to compare

Untangled the "{code:(...)}" inside "{code:(...)}" (and other strange things), also optimized the code execution.

Compile included "!TestME.iss" InnoSetup (6.3.x/6.4.x) script file and check it yourself.
And/Or, extract real installer from there: https://files3.codecguide.com/klcp_update_1850_20240806.exe

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v2.01

03 Aug 10:49
f22e034
Compare
Choose a tag to compare

Fixed reported issue "v2.0 runtime error when unpack": #2
Added the parse time on the file load page and the files extract time on the last page (above the buttons on the left side).

In this release I had added the "!SortInnoSetupExtractedScript.exe" - you can use it to prepare the resulting scripts for comparison.

(Copy of previous release)

Here I share two versions:

  1. FastDuplicatesExtraction.exe
  2. IgnoresDuplicatesButStoresEntriesToFirstDuplicate.exe

The first one extracts duplicates very fast, but you will not see any difference on installers where there are no duplicate entries to the same file on compilation.

And the second one extracts only the first duplicate of the compressed/stored file and overwrite all other entries of source file of all other duplicates.

Over all, probably they will loads a bit slower, but works much faster (especially with many duplicate file entries), because of the file entries filtering.

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v1.0

05 Jul 20:36
b61b75b
Compare
Choose a tag to compare

InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v1.01

13 Jul 20:10
f22e034
Compare
Choose a tag to compare

Added display of information about the size of embedded files and the size of files to be extracted.

The calculation of embedded files is not accurate, but its fast, so the actual size of embedded files may differ.
To accurately calculate the embedded files, I would have to save them somewhere, so it would require much more time.