WinXP + Zip AES = not supported?

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

User avatar
MaxX
Power Member
Power Member
Posts: 1029
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: WinXP + Zip AES = not supported?

Post by *MaxX »

That's not possible, vhd must be untouched for some reasons.
Ukrainian Total Commander Translator. Feedback and discuss.
User avatar
Dalai
Power Member
Power Member
Posts: 9386
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: WinXP + Zip AES = not supported?

Post by *Dalai »

How do you intend to modify your TC installation to incorporate the changes necessary for a plugin instead, if you want to leave the VM as is? The only way this would be possible is to launch TC from a network share (e.g. the host machine). Anyway, maybe something like this will work (haven't tested it):

Code: Select all

[PackerPlugins]
zip=735,%COMMANDER_PATH%\Plugins\Total7zip\Total7zip.wcx
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
User avatar
MaxX
Power Member
Power Member
Posts: 1029
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: WinXP + Zip AES = not supported?

Post by *MaxX »

Yes, all necessary software lays on net share (incl. TC and some useful utils).

I have already tried this config line, but it does not work. Looks like TC has higher priority to read ZIP than any WCX.
Ukrainian Total Commander Translator. Feedback and discuss.
User avatar
petermad
Power Member
Power Member
Posts: 14792
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: WinXP + Zip AES = not supported?

Post by *petermad »

2MaxX
Looks like TC has higher priority to read ZIP than any WCX.
Have you tried disabeling the "Always use internal unzipping (if possible)" option in the "Configuration" -> "Options..." -> "Zip packer" dialog?
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48075
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: WinXP + Zip AES = not supported?

Post by *ghisler(Author) »

Have you tried disabeling the "Always use internal unzipping (if possible)" option in the "Configuration" -> "Options..." -> "Zip packer" dialog?
That's a bad idea, it would make Total Commander call external pkunzip.exe or unzip.exe.
Author of Total Commander
https://www.ghisler.com
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6480
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: WinXP + Zip AES = not supported?

Post by *Horst.Epp »

ghisler(Author) wrote: 2022-06-06, 06:57 UTC
Have you tried disabeling the "Always use internal unzipping (if possible)" option in the "Configuration" -> "Options..." -> "Zip packer" dialog?
That's a bad idea, it would make Total Commander call external pkunzip.exe or unzip.exe.
Its time to allow packer plugins to handle the zip format.
Why insists TC to handle it internal ?
All the available options don't allow to read and write zip with a plugin like Total7zip.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: WinXP + Zip AES = not supported?

Post by *Usher »

Horst.Epp wrote: 2022-06-06, 08:51 UTC Its time to allow packer plugins to handle the zip format.
Why insists TC to handle it internal ?
Because TC should handle internally at least one compression format.
You should ask other questions:
Why does TC use separate dlls for zip and 7zip?
Why does TC use 7zxa.dll (extracting only) rather then 7za.dll which has the same license and can create zip and 7zip archives with AES encryption?
Andrzej P. Wozniak
Polish subforum moderator
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6480
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: WinXP + Zip AES = not supported?

Post by *Horst.Epp »

Usher wrote: 2022-06-06, 17:19 UTC
Horst.Epp wrote: 2022-06-06, 08:51 UTC Its time to allow packer plugins to handle the zip format.
Why insists TC to handle it internal ?
Because TC should handle internally at least one compression format.
You should ask other questions:
Why does TC use separate dlls for zip and 7zip?
Why does TC use 7zxa.dll (extracting only) rather then 7za.dll which has the same license and can create zip and 7zip archives with AES encryption?
Its no problem that TC can handle Zip format internal
but this doesn't force TC to not support plugins which can handle this format.
I'm using Total7zip to have ALL formats supported by 7zip and also to have always the actual version.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
MaxX
Power Member
Power Member
Posts: 1029
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: WinXP + Zip AES = not supported?

Post by *MaxX »

Usher wrote: 2022-06-06, 17:19 UTCWhy does TC use separate dlls for zip and 7zip?
Why does TC use 7zxa.dll (extracting only) rather then 7za.dll which has the same license and can create zip and 7zip archives with AES encryption?
Nice question with no answer.
Also TC can pack LZMA ZIP, but can't make any LZMA 7z. TC can read 7z, but cant pack it internally...
Too much questions, but that all is ancient legacy to change it now... Or not?
Ukrainian Total Commander Translator. Feedback and discuss.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48075
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: WinXP + Zip AES = not supported?

Post by *ghisler(Author) »

Moderator message

Moved to "will not be changed"
Author of Total Commander
https://www.ghisler.com
Post Reply