dscharrer / innoextract

A tool to unpack installers created by Inno Setup
https://constexpr.org/innoextract/
Other
977 stars 119 forks source link

Cryothonight! In these multi-file setups the .exe typically doesn't store any files but only the headers that describe where and how the files are stored - so some of the .bin files must be read. #163

Open Firersqure opened 9 months ago

Firersqure commented 9 months ago
          In these multi-file setups the .exe typically doesn't store any files but only the headers that describe where and how the files are stored - so some of the .bin files must be read.

/tmp (files for the install shield)

Install shield files for what? If they are for the game and not some extra utility (like Foxit Reader / DirectX / MSVC runtime / .NET runtime / ...) then I haven't seen that layout from GOG before. What size do these files have (ie: are they large enough to contain the game files)?

I don't have access to a version 2.5.0 installer - besides The Witcher 2 (which seems to use a different versioning scheme), the newest GOG installer I have is versioned 2.1.0.6 - maybe they did change something.

Can you please post the complete console output of:

innoextract -v

and

innoextract -l setup_divinity_original_sin_2.5.0.11.exe

and

innoextract -t setup_divinity_original_sin_2.5.0.11.exe

Originally posted by @dscharrer in https://github.com/dscharrer/innoextract/issues/37#issuecomment-49499414