dscharrer / innoextract

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

Not support Inno Setup 5.6.3/5.6.4/5.6.5/6.2.0/6.3.0 #179

Open bovirus opened 4 weeks ago

bovirus commented 4 weeks ago

@dscharrer

Please impove source code to upport

Inno Setup 5.6.3 Inno Setup 5.6.3 Unicode Inno Setup 5.643 Inno Setup 5.6.5 Unicode Inno Setup 5.6.5 Inno Setup 5.6.5 Unicode Inno Setup 6.2.0 Unicode Inno Setup 6.3.0 Unicode

Thanks.

kalebo commented 1 week ago

As a heads up building the fork crackedmind/innoextract@ef31ac4 worked for the files I needed (although I did have to add a missing include for unordered_map).

bovirus commented 1 week ago

@kalebo

It's necessary that someone update source code and compile the relative exe file to support new IS version. Is there an artifact exe based on last source code?

kalebo commented 1 week ago

The link in my previous comment is the source code with updated support for InnoSetup v6.3.0. You will need to compile it yourself to get the binary artifact.

bovirus commented 1 week ago

@kalebo

I'm so sorry but I don't have the knowledge to compile the source. If you can do it I believe that could be useful for all users.

bovirus commented 1 day ago

@kalebo

Could you please consider to build the exe (for Windows platform) for the users?