Menu

7-Zip 9.09 beta

2009-12-12
2012-12-08
1 2 > >> (Page 1 of 2)
  • PIK

    PIK - 2009-12-12

    I cant believe it, on Win32.  The monster progress window with soccer field big empty area is still present…

    Ok, no problem in alpha/beta, but this reminds me on some bugs in 7zFM from 4.xx. for years…

     
  • Aitam

    Aitam - 2009-12-13

    Tiny bug, not very dramatic, don't know if it's new or not, but will test with 9.07 too:

    When testing several archives in a row, where you have among them a ".gz" archive over 4GB, the "processed:" filed gets updated, once testing of "gz" archive is over, with the incorrect size stored in the archive, rather then the actual size that resulted from the test. That way, everything looks OK during the testing of the archive, but once finnished, the "processed" size drops, and "Compression ratio" filed jumps to several hundred precent.

     
  • Marijo

    Marijo - 2009-12-13

    Please add an option to disable copy and folder history.

     
  • Anonymous

    Anonymous - 2009-12-13

    I once sent a patch that adds autocomplete support to the Extract files window. Someone replied me that 7zip doesn't run on Windows. Can you please add that feature? It's a one or two liner.

     
  • Vacon

    Vacon - 2009-12-13

    Hello everyone,

    anyone willing to say "Thank you, Igor!"?
    So let me start => Thank you, Igor! *thumbs-up*

    Best regards!

     
  • dos386

    dos386 - 2009-12-13

    > anyone willing to say "Thank you, Igor!" 

    YES, I'll just test carefully first ;-)

     
  • Igor Pavlov

    Igor Pavlov - 2009-12-13

    Thanks are not required now.
    So post bug reports.

     
  • Igor Pavlov

    Igor Pavlov - 2009-12-13

    For example, you can check latest VHD code.

    - download Disk2vhd tool from microsoft.com
    - create image of some drives (you can select small drives for speed).
    - try to open that vhd with 7-Zip and then try to open NTFS / FAT files inside vhd. Note that MBR is open also by default when you open VHD.

     
  • dos386

    dos386 - 2009-12-13

    >  Thanks are not required now. So post bug reports.

    The 3 things (at least the attribute issue is IMHO a BUG) are still in with 9.09:  

    <http://sf.net/projects/sevenzip/forums/forum/45797/topic/3487187>

     
  • Vacon

    Vacon - 2009-12-13

    Hello everyone,

    at Igor: true, but sometimes nice to have :-) But you are right => daily work has to be done either.

    at pr0fessoro: this is by design. If you open the largest file inside the exe-file you will find the things you are looking for (hopefully ;-) ) Iirc this has been added by Igor to give possibility to view all included archives inside an exe-file. This does not occur on all exe-files (afaik only for installers).

    Best regards!

     
  • Anonymous

    Anonymous - 2009-12-13

    Is it possible to procede installation without reboot at the and of process? WinRAR also integrates to Shell but doesn't ask to reboot my PC.

    Thanks.

    And of course, please, pay some attention to UI, please!

     
  • tormento

    tormento - 2009-12-14

    Please, provide 7za.dll both x86 and x64 version for testing with 3rd party apps.

     
  • Igor Pavlov

    Igor Pavlov - 2009-12-14

    You can download extra package with 7za.dll now.

    Is it ok for you that 64-bit 7za.dll uses msvcrt.dll ?

     
  • tormento

    tormento - 2009-12-14

    > You can download extra package with 7za.dll now. Is it ok for you that 64-bit 7za.dll uses msvcrt.dll ?

    Well, the msvcrt is almost installed everywhere so, please, provide the version that could use the better memory and/or disk footprint. ;)

     
  • tormento

    tormento - 2009-12-14

    Almost forgot, please provide the x64 version of 7zxa.dll too ;)

     
  • Bulat Ziganshin

    Bulat Ziganshin - 2009-12-14

    Igor, are there any x64 OSes that don't provide 64-bit msvcrt.dll?

     
  • Igor Pavlov

    Igor Pavlov - 2009-12-14

    As I understand first x64 versions were win2003 x64 and XP x64  (that is actually is same win2003 x64) and both these versions contain msvcrt.dll.

    But maybe there are some another reasons why it's not good that 7za.dll x64 loads msvcrt.dll?

     
  • tormento

    tormento - 2009-12-14

    Windows 7 x64 contains msvcrt.dll (here, italian MSDN version)

     
  • Andrew

    Andrew - 2009-12-15

    Thank you for your continued effort on 7-zip, Igor. It is my preferred command line archiver.

    I've seen other pre-existing feature requests in this thread mentioned and wanted to mention that I'm still hoping for a MOVE command to complement the ADD and UPDATE commands.

    It is the only feature that I miss from decades of using pkzip!

     
  • dos386

    dos386 - 2009-12-15

    There is no speedup from 4.65 to 9.09 (see shots above, 200 MHz CPU), also no compression improvement in LZMA algo.

    There is also no compression improvement from 4.42 to 4.65 and no compression speedup either (exact results vary, may get very marginally better or very marginally worse).

    There is a nice DECOMPRESSION speedup from 4.42 to 4.65 :-)

        Compression BAT:

        SET PATH=
        SRDISK 18000 /U /Y
        COPY *.* F:\
        F:
        L50
        TIME 00:00:00
        ip7x42 a -t7z -mx9 -m0=LZMA:d22 HX42.ZI7 HX216.TAR
        TIME /T
        TIME 00:00:00
        ip7x65 a -t7z -mx9 -m0=LZMA:d22 HX65.ZI7 HX216.TAR
        TIME /T
        TIME 00:00:00
        ip7x909 a -t7z -mx9 -m0=LZMA:d22 HX909.ZI7 HX216.TAR
        TIME /T
        DIR /2 HX*.*

        Decompression BAT:

        SET PATH=
        SRDISK 18000 /U /Y
        COPY *.COM F:\
        COPY *.DLL F:\
        COPY *.EXE F:\
        COPY *.ZI7 F:\
        F:
        L50
        VER
        TIME 00:00:00
        ip7x42 x HX909.ZI7
        TIME /T
        MOVE HX216.TAR C:HX42.TAR > NUL
        TIME 00:00:00
        ip7x65 x HX909.ZI7
        TIME /T
        MOVE HX216.TAR C:HX65.TAR > NUL
        TIME 00:00:00
        ip7x909 x HX909.ZI7
        TIME /T

        Used HX and 7-ZIP files:

        DGDI32.DLL 27'136
        DKRNL32.DLL 80'896
        DUSER32.DLL 41'984
        OLEAUT32.DLL 5'120
        DPMILD32.EXE 18'351
        HDPMI32.EXE 35'756
        IP7X42.EXE 476'672
        IP7X65.EXE 536'064
        IP7X909.EXE 580'096

     
1 2 > >> (Page 1 of 2)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.