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.