chrislake / 7zsfxmm

7-Zip sfx Modified Module
GNU Lesser General Public License v3.0
64 stars 25 forks source link

Extracting files outside of .exe #6

Open ilaniocastro opened 4 years ago

ilaniocastro commented 4 years ago

Currently, 7zSD modified module only can extract packed files that are inside of the exe file (created using copy /b method).

Igor Pavlov's original SFX 7-Zip module now allows to extract compressed files from "inside" or "outside" of the exe file (as long as the packed file has the same name of the executable file and both files are on the same folder).

Can you add this feature to the sfx modified module?

This is useful for compressed files with more of 4GB size.

n8felton commented 4 years ago

CC: @datadiode - Not sure if anyone is actively maintaining this anymore, but I'm also in need of this feature.