Bioruebe / UniExtract2

Universal Extractor 2 is a tool to extract files from any type of archive or installer.
GNU General Public License v2.0
3.53k stars 334 forks source link

Add support for extracting clickteam installers. #382

Closed kotenok2000 closed 3 months ago

kotenok2000 commented 9 months ago

It can't extract files from this file https://www.moddb.com/mods/point-of-view/downloads/point-of-view-11

Wisewiz001 commented 9 months ago

No, it can't. It comes up with "unknown file type." I don't think UniExtract2 is to blame here. I think the pov.exe file is malformed for an installer. I watched UniExtractor try every method in its arsenal, and it couldn't make sense of pov.exe. If UniExtract2 works on standard installation executables perfectly well, but fails on non-standard ones, I don't think UniExtract is at fault.

raddyst commented 9 months ago

It can't extract files from this file https://www.moddb.com/mods/point-of-view/downloads/point-of-view-11

Maybe better write in https://github.com/Bioruebe/cicdec , but similar question is unanswered.

kotenok2000 commented 9 months ago

I already did this. https://github.com/Bioruebe/cicdec/issues/9

Bioruebe commented 3 months ago

Closing this issue in favor of https://github.com/Bioruebe/cicdec/issues/9 I'll take a look when I have time to work on cicdec again.