How to extract an SFX file with 7zip in command line? [closed]

0

I would like to know how to extract an SFX file using command line, as an example I have the file Download JDK 8, Self Extractor , your self down this file and extract it using 7zip by graphical interface, the file is extracted without problems, but if I try to do the same command line, using:

7za x jdk-8u60-ea-bin-b25-windows-i586-21_jul_2015.exe

Instead of getting the files, I actually get 3 binary files:

jaureg
jucheck
jusched

Does anyone know how to extract this SFX command line?

edited

I have software made in node.js that serves as a repository on my server, it uses the node-7z module, which in turn uses windows 7za to unzip files, however in tests I noticed that if I try same command line process using 7z instead of 7za no error happens.

    
asked by anonymous 31.07.2015 / 15:37

1 answer

1

7za supports only the formats 7z, lzma, cab, zip, gzip, bzip2, Z and tar.

A issue has already been opened in the official repository.

    
31.07.2015 / 18:43