XADMaster icon indicating copy to clipboard operation
XADMaster copied to clipboard

Add support for InnoSetup installers

Open ci-macpaw opened this issue 14 years ago • 8 comments

Originally reported on Google Code with ID 314

dopefishjustin:

http://www.mking.com/download/demonstar/demonshr.exe

Using lsar 0.3 (Windows) on the above installer EXE produces pages of scrolling output
like the following:

*** Uncaught exception <CSEndOfFileException> *** Attempted to read past the end of
file "C:\Download\demonshr.exe" (XADFileHandle).
*** Uncaught exception <XADException> *** Data is corrupted

I have no idea if the contents are in a format which can be extracted or not, I was
just trying some random installers for kicks.

ci-macpaw avatar Nov 12 '10 03:11 ci-macpaw

paracelsus:

Issue 761 has been merged into this issue.

ci-macpaw avatar Aug 06 '14 16:08 ci-macpaw

jcdra1:

okay

ci-macpaw avatar Oct 12 '12 05:10 ci-macpaw

paracelsus:

I have no time table, unfortunately.

I could try looking close at this the next time I do a round of updates. If it's simple
I could have it working fairly soon, if it's complex I will probably put it off until
later.

ci-macpaw avatar Oct 11 '12 17:10 ci-macpaw

jcdra1:

do you think it is gonna take long before it wil be possible to extract these files?

ci-macpaw avatar Oct 11 '12 16:10 ci-macpaw

paracelsus:

Issue 552 has been merged into this issue.

ci-macpaw avatar Oct 11 '12 16:10 ci-macpaw

paracelsus:

Also, made the ARC parser a bit stricter, so it doesn't mis-identify this file. It might
still misidentify others, though.

ci-macpaw avatar Feb 05 '11 22:02 ci-macpaw

paracelsus:

The file is a InnoSetup installer, which is unsupported. I guess support should be added
at some point.

For future reference, there's some code to unpack those here: http://innounp.sourceforge.net/

ci-macpaw avatar Feb 05 '11 20:02 ci-macpaw

paracelsus:

It seems it is incorrectly detected as a self-extracting ARC file. Those are a bit hard
to detect, so the detector is a bit over-eager.

I think that if it gets all the way down to list to that, it's not a format it recognizes
otherwise, but I should doublecheck to be sure, and see if the ARC detection code can
be improved.

ci-macpaw avatar Nov 12 '10 13:11 ci-macpaw