dscharrer / innoextract

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

Add support for Inno Setup 6.3.0+ #174

Closed crackedmind closed 4 months ago

crackedmind commented 5 months ago

Fix #173

crackedmind commented 5 months ago

@dscharrer can you review this?

JustDj-Git commented 4 months ago

@crackedmind Hi, bud. Could you please compile your version and upload it somewhere?

leochou0729 commented 4 months ago

Please support Inno Setup 6.3.0! Thanks!

God-damnit-all commented 2 months ago

So is there any reason in particular I shouldn't merge https://github.com/dscharrer/innoextract/pull/174.patch and try to compile it myself?

kalebo commented 1 week ago

@crackedmind thanks for taking the time to patch in support. I built from crackedmind/innoextract@ef31ac4 and it works for the files I needed (although I did have to add a missing include for unordered_map).

Is there a reason this PR was closed @dscharrer? It would be nice to have these changes mainlined since the same ci pipelines failing here are also failing on master AFAICT.

crackedmind commented 4 hours ago

@crackedmind thanks for taking the time to patch in support. I built from crackedmind/innoextract@ef31ac4 and it works for the files I needed (although I did have to add a missing include for unordered_map).

Is there a reason this PR was closed @dscharrer? It would be nice to have these changes mainlined since the same ci pipelines failing here are also failing on master AFAICT.

i closed PR myself. because @dscharrer won't merge it. you can try my fork, or some forks based on mine, https://github.com/czoins/innoextract/ added .iss extractation