Releases: Wilenty/InnoSetup_Unpacker-Extractor_
InnoSetup 6.3.0 - 6.3.3+ (Unpacker/Extractor)
InnoSetup 5.5.Xee (Unpacker&Extractor) V2
Fixed some things, now it should correctly extracts the script.
InnoSetup 5.5.Xee (Unpacker&Extractor)
InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v2.0
Changed the "admin right to run" at the user request: #1
Here I share two versions:
- FastDuplicatesExtraction.exe
- 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
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
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
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:
- FastDuplicatesExtraction.exe
- 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
Update README.md
InnoSetup 6.3.x - 6.4.x(-dev) (Unpacker/Extractor) v1.01
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.