Page 1 of 1

Multi-UnZIP

Posted: 22 Jun 2010, 20:46
by canefield
Hey Altap,

Is it true that I can still not multi-UnZip archieves, or am I completely wrong?

Thanks and Bye,
Canefield

Re: Multi-UnZIP

Posted: 22 Jun 2010, 21:34
by Jan Rysavy
Yes, it is. I will move this thread to feature requests.

It is possible to unpack multiple archives using Plugins > Automation > Unpack Multiple Archives command, but installed 7-Zip is required.

Re: Multi-UnZIP

Posted: 23 Jun 2010, 10:21
by KNUT
I use a custom comand with 7zip:

Re: Multi-UnZIP

Posted: 10 Oct 2010, 11:29
by canefield
Hey Altap,

Is it true that I can still not multi-UnZip archieves without first have 7-ZIP installed in AS 2.54, or am I completely wrong?

Thanks and Bye,
Canefield

Re: Multi-UnZIP

Posted: 10 Oct 2010, 23:09
by Ether
Hey canefeld, that's quite a unique way of saying "I still can't multi-UnZip", though you are right, there has been no significant improvement in this area since you asked the last time.

Re: Multi-UnZIP

Posted: 11 Oct 2010, 11:11
by KNUT
canefield wrote:Is it true that I can still not multi-UnZip archieves without first have 7-ZIP installed in AS 2.54, or am I completely wrong?
First: You don't have to install 7-zip. You only need the 7-zip Plugin.
Second: With the wunderfull automation Plugin comes the script "Unpack Multiple Archives.js" (Unpack Multiple Archives using 7-Zip archiver). Does this work for your needs?

Re: Multi-UnZIP

Posted: 11 Oct 2010, 18:03
by therube
(
Just to note, some might construe "multi-UnZip" to mean a "nested" archive.

A mozilla extension, an ".xpi", would typically contain a ".jar" within. Both the .xpi itself & the .jar are simply ZIP archives, one nested within the other.

nested archives
)

Re: Multi-UnZIP

Posted: 11 Oct 2010, 18:08
by Ether
KNUT wrote:You don't have to install 7-zip. You only need the 7-zip Plugin.
I beg to differ - 7-zip plugin is the one that has to obey Salamander's limitations and that's why we have to work around them by using an external program - 7-zip executable.
KNUT wrote:With the wunderfull automation Plugin comes the script "Unpack Multiple Archives.js" (Unpack Multiple Archives using 7-Zip archiver).
Yeah - this one uses the 7-zip executable, too.

Re: Multi-UnZIP

Posted: 11 Oct 2010, 23:29
by SvA
Might it be possible to modify "Unpack Multiple Archives.js" such that it uses the unpackers configured in Salamander, be it internal or external, to do the unpacking? If not, what is missing, and was it possible to extend the automation interface such that it becomes possible?