[WCX] 7-zip plugin ver. 0.4.x

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
LoveByte
Junior Member
Junior Member
Posts: 4
Joined: 2003-06-27, 14:55 UTC
Location: Planet Earth

Post by *LoveByte »

Thanks Sir_SiLvA,
Yust re-read the readme.txt file.
And i found: copy it to 7zip.lng file into 7zip.wcx installation folder.

And that is what i forgot.
I used dutch.lng as file name, now it works..
Thanks again for your help.

Here is my translation in dutch.

Dutch.nlg:

Code: Select all

; Author: LoveByte

[lang]
codepage=1252

900=Opslaan
901=Snelste
903=Snel
905=Normaal
907=Maximaal
909=Ultra

1000=7Zip Configuratie
2000=7Zip Wachtwoord

1001=OK
1002=Annuleren
1108=Gebruik dit wachtwoord meer dan een keer
1109=Versleutel bestandsstroom en bestandsnamen
1110=Toon het wachtwoord in platte tekst
1111=Compact archief maken (een stroom voor alle bestanden)
1112=Compressie
1113=Compressie niveau:
1114=Compressie methode:
1115=Woordenboek grootte:
1116=Woord grootte:
1117=Inpakken met wachtwoord
1118=Wachtwoord:

2001=OK
2002=Annuleren
2101=7Zip archief is versleuteld
2102=Voer a.u.b. het wachtwoord in
2118=Wachtwoord:
Pluginst.inf

[plugininstall]
description=7-Zip archive support
descriptiondeu=7zip Packer-Erweiterung
descriptionpol=Obs│uga archiw¾w 7-Zip
descriptioncsy=Podpora 7-Zip archiv¨
descriptiondut=7-Zip archief ondersteuning
type=wcx
file=7zip.wcx
defaultdir=plugins\wcx\7zip
defaultextension=7z
With kind regards,
-- LoveByte --
User avatar
van Dusen
Power Member
Power Member
Posts: 684
Joined: 2004-09-16, 19:30 UTC
Location: Sinzig (Rhein), Germany

Post by *van Dusen »

2ono

Concerns 7-ZIP plugin V0.4.6:

1. If option "Move to archive" is set, then directories at "level 0" will not be deleted after packing is done.
Example:

Code: Select all

File_Lev0
Dir_Lev0
+- File_Lev1
+- Dir_Lev1
   +- File_Lev2
Select <Dir_Lev0> and move it to an archive. After operation an empty directory <Dir_Lev0> will be left.

2. I don't know, whether this a bug report or a feature request:
Compared to 7-ZIP standalone version, the compression ratio of files, which are archived with 7-ZIP plugin, is marginal inferior... except for EXE-files. The 7-ZIP standalone version is at an average of 4% better than 7-ZIP plugin for EXE-files.

I assume, that the 7-ZIP plugin doesn't use 7-ZIP's EXE-compression methods, am I right? If so, add it please, please, please to your plugin :)

Thank you!


[ot]
2all

Concerns 7-ZIP standalone version V4.20:

Does anyone know, how I can force 7-ZIP to use "ultra"-mode, if I launch 7-ZIP from context menu (menu item <Add to "archive_name.7z">)? 7-ZIP always uses "normal"-mode in this case, even if I have used "ultra"-mode shortly before.

Thanks for any hint!
[/ot]

Regards, van Dusen
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Version 0.4.7 is avaible:

http://www.totalcmd.net/plugring/7zip_plugin.html
0.4.7: 2005-06-30
- Fix: Plugin will stop & report error when (re)packing locked files
- Fix: Nested folders were not removed when move to archive was requested
- Delete function reenabled, delete function won't work for solid archives
- Build based on 7Zip beta 4.23 code
Last edited by Sir_SiLvA on 2005-07-05, 10:51 UTC, edited 1 time in total.
Hoecker sie sind raus!
aguirRe
Junior Member
Junior Member
Posts: 88
Joined: 2003-02-06, 17:33 UTC
Contact:

Post by *aguirRe »

Even this latest version crashes sometimes on W95. I've investigated a bit and it seems to be caused by having 0-byte files inside the archive. Neither the 7-zip file manager nor the 7-zip plugin seems to handle this on W95 (possibly the same on W98/Me).

EDIT: Hmm, the new 4.23 file manager actually seems to work now, but the TC plugin 0.4.7 still crashes.
User avatar
Wilhelm M.
Power Member
Power Member
Posts: 1049
Joined: 2003-06-05, 10:45 UTC

Post by *Wilhelm M. »

And I still cannot delete files from an archive!
Even though this feature is promised in Changelog. To test that I've generated an archive, "Create solid archives" disabled. Trying to delete a file from the archive results in "Function not supported".
Grüße/Regards,
Wilhelm
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

Find the line 7z= in [Packer plugins] section in wincmd.ini and replace with 7z=95, or remove plugin and reinstall.

Icfu
This account is for sale
User avatar
Wilhelm M.
Power Member
Power Member
Posts: 1049
Joined: 2003-06-05, 10:45 UTC

Post by *Wilhelm M. »

:D
Thanks!

Only for my curiosity: where did you get that tip (7z=95)? Don't tell me it's in the help file ( :oops: ).
Grüße/Regards,
Wilhelm
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Post by *Gral »

icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

This is the sum of all flags indicating the features of the packer plugin, you can find them listed in the packer plugin reference, search for GetPackerCaps:
https://plugins.ghisler.com/plugins/wcx_ref2.1.zip

You can check and uncheck them also in TC_plugman with button "Tweak":
http://www.totalcmd.net/plugring/tc_plugman.html

Icfu
This account is for sale
TW
Senior Member
Senior Member
Posts: 390
Joined: 2005-01-19, 13:35 UTC

Post by *TW »

unfortunately this seems no longer maintained. :(
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

TW wrote:unfortunately this seems no longer maintained. :(
Source ? :?:
Hoecker sie sind raus!
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Sir_SiLvA wrote:Source ? :?:
Target? :?:
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

Hoecker sie sind raus!
sash
New Member
New Member
Posts: 1
Joined: 2004-11-24, 09:51 UTC

Post by *sash »

will there come an update with a newer 7zip code and multithreaded 7zip ???
TW
Senior Member
Senior Member
Posts: 390
Joined: 2005-01-19, 13:35 UTC

Post by *TW »

Sir_SiLvA wrote:
TW wrote:unfortunately this seems no longer maintained. :(
Source ? :?:
i am the source. the current version is based on old beta 4.23
now we are at 4.32, also the SDK, and nothing new since almost half a year.

but true, this is only guesswork, that's why i wrote "it seems".
Post Reply