Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Moderators: Hacker, petermad, Stefan2, white
Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Hi
Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
PiotrMPPL wrote: 2023-05-28, 07:20 UTC Hi
Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
How should TC be able to compress in 7-Zip without a plugin ?
- Wilhelm M.
- Power Member
- Posts: 1049
- Joined: 2003-06-05, 10:45 UTC
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
In the same as it handles zip files without a plugin?
Grüße/Regards,
Wilhelm
Wilhelm
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
TC and Mr. Ghisler have no rights to include 7-zip code in the main program.
Read the EULA and license agreement.
EDIT:
sorry, I remembered it wrongly and take all back. See below for more...
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Well, TC already ships a DLL (tc7z.dll or tc7z64.dll) for extraction of 7-zip archives. So what would be the reason that it couldn't ship a DLL that also creates such archives? Many other programs use 7-zip DLLs.Stefan2 wrote: 2023-05-28, 21:27 UTCTC and Mr. Ghisler have no rights to include 7-zip code in the main program.
Still, two independent plugins exist - both of which have their own issues* - and the 7-zip program can be used via the context menu (or even the command line), so the need to integrate 7z packing into TC is certainly decreased.
*) The 7-zip plugin uses only two threads for packing which makes it slow and not utilize modern processors.
The Total7zip plugin copies files to %TEMP% before packing when packing directly into a subdirectory within the archive: viewtopic.php?p=425122
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- ghisler(Author)
- Site Admin
- Posts: 50464
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
This isn't true. 7zip is released under LGPL license (library GPL), so it is allowed to include the library as long as any changes to the library itself are again open source.TC and Mr. Ghisler have no rights to include 7-zip code in the main program.
The main reason why I don't include 7zip packing are:
1. There are a LOT of options which will overwhelm the casual user. Leaving it a plugin ensures that only experienced users will use it.
2. Keeping the ZIP format as the main format has a lot of benefits, like everyone can unpack ZIP files without third party software, and there are no exotic compression methods the user could choose as with 7ZIP.
3. There are 1000s of more important features to add, and I only have limited time to add them. There is no big gain to add internal 7ZIP support compared to using a plugin.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Christian,
Roman
Just FYI, Windows 11 is getting built-in RAR and 7-Zip support.Keeping the ZIP format as the main format has a lot of benefits, like everyone can unpack ZIP files without third party software
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50464
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
At the time of this writing, Windows 11 is still at just 23% share, Windows 10 is at 71%.
Source: Statcounter
https://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide
Source: Statcounter
https://gs.statcounter.com/os-version-market-share/windows/desktop/worldwide
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
2ghisler(Author)
What's about replacing UC2 with 7zip exe? You even can't use old 16-bit UC2 on any Win64.
Just give the exe path in config to use 7z.exe packer. There should not be difficult.
Then it may be something like this in wincmd.ini: That will be good enough for most purposes.
What's about replacing UC2 with 7zip exe? You even can't use old 16-bit UC2 on any Win64.
Just give the exe path in config to use 7z.exe packer. There should not be difficult.
Then it may be something like this in wincmd.ini:
Code: Select all
ACE=%COMMANDER_PATH%\Ace32.exe -d4096 -m5 -s -c2 -o
ARJ=%COMMANDER_PATH%\Arj.exe -a+ -r+ -y+ -jm0 -jt+ -j$ -jh17000
LHA=%COMMANDER_PATH%\Lha32.exe
RAR="%COMMANDER_PATH%\Rar.exe" -ma4 -m5 -s -t
7z="%COMMANDER_PATH%\7z.exe" -mx9 -mqs -mfb273 -md26
Ukrainian Total Commander Translator. Feedback and discuss.
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Modern casual users much more overwhelmed with UC2, LHA, ACE or ARJ archiversghisler(Author) wrote: 2023-05-29, 07:59 UTC 1. There are a LOT of options which will overwhelm the casual user.

"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
how? those packers dont even have a configuration dialog?LonerD wrote: 2023-05-29, 12:38 UTCModern casual users much more overwhelmed with UC2, LHA, ACE or ARJ archiversghisler(Author) wrote: 2023-05-29, 07:59 UTC 1. There are a LOT of options which will overwhelm the casual user.![]()

Hoecker sie sind raus!
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
2Sir_SiLvA
Do they need it? AFAIK, you can just write cmdline to use maximum compression for always. The same is for 7zip, you may use best compression with 64 or 128 MB dictionary in most cases (OK, not always, but at least 99%).
Do they need it? AFAIK, you can just write cmdline to use maximum compression for always. The same is for 7zip, you may use best compression with 64 or 128 MB dictionary in most cases (OK, not always, but at least 99%).
Ukrainian Total Commander Translator. Feedback and discuss.
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
imho UC2, LHA, ACE or ARJ must be as plugin
7z = by default
7z = by default
OS: Win10 | TC: latest x64
- Wilhelm M.
- Power Member
- Posts: 1049
- Joined: 2003-06-05, 10:45 UTC
Re: Why is Total Commander still unable to compress in 7-Zip without a plugin after all these years?
Although I would very much wellcome a 7zip support without a plugin, we should respect the statement by Mr. Ghisler. He has other priorities, full stop.
Grüße/Regards,
Wilhelm
Wilhelm