Jump to content











Photo
- - - - -

re7zip

udf iso remote http 7zip

  • Please log in to reply
63 replies to this topic

#51 The Freezer

The Freezer
  • Members
  • 8 posts
  • Location:NE Ohio
  •  
    United States

Posted 23 January 2014 - 04:42 AM

Try to open "http://sstek.vergite...6.4324_ppApp.7z" directly in a browser. You get a message about "Does not exist" :dubbio:

Well, with so much time between replies, did you really expect the file would not get moved or updated in the meantime -- and in this instance, both moved and updated? :P
 

I have a clue why re7zip has problems with this 7zip file.

I guess this file is valid test case (it is a 7zip file): http://sstek.vergite....22.0_ppApp.apz

re7zip relies for its extraction code on 7-Zip-JBinding library.
This library only supports 7-zip 4.xx. I guess your 7zip file is made with 7-zip 9.xx.
Now the good news, 9.xx support should be available soon:

Yes, you are exactly correct. All the .apz (and .pgz) files are compressed using 7-Zip v9.20. It never occurred to me to use a version of 7-Zip that was that old (10 years, I think?). I mean, even v9.20 is just over 3 years old. :hmm:

Good job tracking this problem down. Unfortunately, I have long since moved on to my own solution to the project I had wanted re7zip for -- which was over a year ago.  :huh:

 

But thanks anyway. It's nice to know that there's one less mystery; and that I wasn't going nuts ... about this.  :rolleyes:

Perhaps I would've gotten a faster response had I used as an example like 7-Zip_v9.20_ssApp.apz instead of the CCleaner one? 

 

Oh well. 


Edited by The Freezer, 23 January 2014 - 04:44 AM.


#52 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 24 January 2014 - 05:21 PM

Here is a new test version:

  • There is now a /l and -l switch to list the content of an archive.
  • The HTTP problem with opening archives on the website of the Freezer should be solved.
$ java -jar re7zip.jar -t=7z -h

Usage:    java -jar re7zip.jar [OPTIONS]

Options:
          /t  -t    archive filetype:
                      zip, tar, split, rar, lzma, iso, hfs, gzip, cpio, bzip2,
                      7z, z, arj, cab, lzh, chm, nsis, deb, rpm, udf, wim, xar,
          /a  -a    archive filename or URL location of archive
          /e  -e    filename to extract out of the archive
          /l  -l    list content of archive
          /o  -o    output filename for the extracted file
          /v  -v    show version info

Example:
          java -jar re7zip.jar /t=iso
                               /a=http://test.com/test.iso
                               /e=some\file.txt
                               /o=file.txt

          java -jar re7zip.jar /t=iso
                               /a=http://test.com/test.iso
                               -l

          java -jar re7zip.jar -t=iso
                               -a=http://test.com/test.iso
                               -e=some/file.txt
                               -o=file.txt

          java -jar re7zip.jar -t=iso
                               -a=http://test.com/test.iso
                               -l

$ java -jar re7zip.jar -t=7z /l -a=http://sstek.vergitek.com/files/ssCleaner_v14.1.22.0_ppApp.apz
Opening HTTP archive 'http://sstek.vergitek.com/files/ssCleaner_v14.1.22.0_ppApp.apz'.
Archive 'http://sstek.vergitek.com/files/ssCleaner_v14.1.22.0_ppApp.apz' is open.

Number of items in archive: 8

   Size   | Compr.Sz. | Filename
----------+-----------+---------
     4363 |      4190 | folder.gif
    63318 |     46634 | ppApp.ico
    88599 |     87870 | ppApp.jpg
     1847 |       831 | ppApp.app
      267 |       133 | ppApp.cmd
      315 |       199 | ppApp.md5
  1150517 |   1150517 | ppApp.7z
    37441 |     37441 | ppApp.png

 

 

Attached Files



#53 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 24 January 2014 - 05:28 PM

Second part of the last re7zip test release.

Attached Files



#54 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 05 February 2014 - 05:34 PM

The main page has been updated.

 

Big thanks to IceCube.

 

:cheers:



#55 Jack Reacher

Jack Reacher

    Member

  • Members
  • 32 posts
  •  
    Pakistan

Posted 05 February 2014 - 05:37 PM

i want to extract archive exe with password



#56 pscEx

pscEx

    Platinum Member

  • Team Reboot
  • 12707 posts
  • Location:Korschenbroich, Germany
  • Interests:What somebody else cannot do.
  •  
    European Union

Posted 05 February 2014 - 05:44 PM

The main page has been updated.

 

IMO archive filetype wim is also working, and not shown in the syntax.

 

Peter



#57 Jack Reacher

Jack Reacher

    Member

  • Members
  • 32 posts
  •  
    Pakistan

Posted 05 February 2014 - 05:47 PM

I want to make this kind of exe using 7ip which automatically extract with password

http://www.mediafire...at Reader 11.7z



#58 ilkertezcan

ilkertezcan
  • Members
  • 1 posts
  •  
    Tunisia

Posted 27 April 2017 - 08:05 PM

Dear Nuno,

I sometimes want to extract only one a file from Windows' ISO and WIM files (that don't downloaded it). It isn't a practical solution to completely download the ISO file for only extracting a file. Re7zip is the only software that helping for this work. Thank you for all your efforts.

A little issue (or my incompetence): I want to extract only a few files from this WIM file.

For example, I tried Re7zip for list content of WIM:
 

java -jar re7zip.jar /t=udf /a=http://download.microsoft.com/download/4/8/8/4888548E-F05C-446A-A852-1CE5BD905C87/BaseImage-16179.wim /l
java -jar re7zip.jar /t=wim /a=http://download.microsoft.com/download/4/8/8/4888548E-F05C-446A-A852-1CE5BD905C87/BaseImage-16179.wim /l

Unfortunately, Re7zip give "Failed to open archive" error as result. I think the lib7-Zip-JBinding.dll file inside of Re7zip not update (doesn't include 7z that the last supported WimLib). Of course, you are expert. Could resolved it?



#59 Blackcrack

Blackcrack

    Frequent Member

  • Advanced user
  • 458 posts
  •  
    Germany

Posted 28 April 2017 - 03:03 AM

Hi,

idea, suggestion

a Firefox plugin for right mouse key ? extract to =>Folderdialog

would be cool !
direct download and extract, also for portable programms too,
directly in a subfolder of you choice from your, to your usb-stick ..
(without any external packer like zip or rar or filemanager)
with your portable Firefox.. and this as plugin.


best regards
Blacky

#60 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 09 May 2017 - 09:08 AM

Dear Nuno,

I sometimes want to extract only one a file from Windows' ISO and WIM files (that don't downloaded it). It isn't a practical solution to completely download the ISO file for only extracting a file. Re7zip is the only software that helping for this work. Thank you for all your efforts.

A little issue (or my incompetence): I want to extract only a few files from this WIM file.

For example, I tried Re7zip for list content of WIM:
 

java -jar re7zip.jar /t=udf /a=http://download.microsoft.com/download/4/8/8/4888548E-F05C-446A-A852-1CE5BD905C87/BaseImage-16179.wim /l
java -jar re7zip.jar /t=wim /a=http://download.microsoft.com/download/4/8/8/4888548E-F05C-446A-A852-1CE5BD905C87/BaseImage-16179.wim /l

Unfortunately, Re7zip give "Failed to open archive" error as result. I think the lib7-Zip-JBinding.dll file inside of Re7zip not update (doesn't include 7z that the last supported WimLib). Of course, you are expert. Could resolved it?

 

 

A new version of re7zip is available with updated 7-Zip-JBinding (9.20-2.00beta).

http://reboot.pro/fi...ile/224-re7zip/

 

This WIM file is not supported by 7-zip 9.20. After downloading the full WIM file and running

 

7z l BaseImage-16179.wim

it can not open the archive.


  • ilkertezcan likes this

#61 Wonko the Sane

Wonko the Sane

    The Finder

  • Advanced user
  • 16066 posts
  • Location:The Outside of the Asylum (gate is closed)
  •  
    Italy

Posted 12 May 2017 - 01:39 PM

7-zip has quite a few improvements "after" 9.20, particularly for the WIM format:
http://www.7-zip.org/history.txt
maybe it is the case to add (possibly as Alpha/Experimental) later versions? (if poossible) :unsure:

Isn't the JBinding just a "wrapper" to a "native" 7-zip library? :dubbio:

Or - maybe - can't the whole stuff be moved to use directly the original "LZMA SDK: (C, C++, C#, Java)"?
Currently it is at 16.04, like the "main" 7-zip.

:duff;
Wonko

#62 misty

misty

    Gold Member

  • Developer
  • 1066 posts
  •  
    United Kingdom

Posted 13 January 2018 - 05:04 PM

I missed this tool until today. Nice work all :worship:

It's a shame for me about the java dependencies as these make it impractical in a PEBakery / WinBuilder project. Please don't take this as a criticism as it is not meant as one. Great work.

Misty

#63 Icecube

Icecube

    Gold Member

  • Team Reboot
  • 1063 posts
  •  
    Belgium

Posted 20 March 2020 - 01:26 AM

7-zip has quite a few improvements "after" 9.20, particularly for the WIM format:
http://www.7-zip.org/history.txt
maybe it is the case to add (possibly as Alpha/Experimental) later versions? (if poossible) :unsure:

Isn't the JBinding just a "wrapper" to a "native" 7-zip library? :dubbio:

Or - maybe - can't the whole stuff be moved to use directly the original "LZMA SDK: (C, C++, C#, Java)"?
Currently it is at 16.04, like the "main" 7-zip.

:duff;
Wonko

Recently (19 February 2020) there was a new release of 7-Zip-JBinding.

 

I just updated re7zip to v1.4.

What's New in Version 1.4 (See full changelog)
  • - Add support for reading/extracting archives from HTTPS urls.
  • - Add archive type autodection and set by default (\t auto, -t auto).
  • - Update 7-Zip-JBinding library to 16.02-2.01. So this improves reading archives supported by 7-zip 16.02.

  • ilkertezcan and erwan.l like this

#64 erwan.l

erwan.l

    Platinum Member

  • Developer
  • 3041 posts
  • Location:Nantes - France
  •  
    France

Posted 21 March 2020 - 05:57 PM

 

Recently (19 February 2020) there was a new release of 7-Zip-JBinding.

 

I just updated re7zip to v1.4.

What's New in Version 1.4 (See full changelog)
  • - Add support for reading/extracting archives from HTTPS urls.
  • - Add archive type autodection and set by default (\t auto, -t auto).
  • - Update 7-Zip-JBinding library to 16.02-2.01. So this improves reading archives supported by 7-zip 16.02.

 

 

Very nice.

The list of extra formats suported between 9.x and 16.x is huge so clearly this is a massive improvement to re7zip.

 

Thanks !







Also tagged with one or more of these keywords: udf, iso, remote, http, 7zip

1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users