incident404 / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
0 stars 0 forks source link

[ENH] Add support for Windows SFX ZIP-Files (.EXE) #62

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Win-Platform it is very common to create self extractable archives (SFX)
mostly as ZIP, sometimes as RAR. These files contain an executable part and
the compressed data in one EXE-File. The executable is nowadays mostly GUI
based but also commandline executables (then the compessed format is mostly
LZH) are still common. Most of the multi-format (de)compression
applications on Windows can handle these files just like non-SFX archives.
Is it imagable to include support for such files in TheUnarchiver as well
some day?

Original issue reported on code.google.com by tobias.b...@googlemail.com on 20 Mar 2007 at 12:10

GoogleCodeExporter commented 9 years ago
Many of these files are already supported.

Original comment by paracel...@gmail.com on 20 Mar 2007 at 5:46