DiskDir Extended

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: DiskDir Extended

Post by *sqa_wizard »

Code: Select all

<path path_7z_dll="%ProgramFiles%\7-Zip\7z.dll" path_7zG_exe="%ProgramFiles%\7-Zip\7zG.exe" /> 
Caution:
TC-32bit will load Total7zip and resolves "%ProgramFiles%" to "Program Files (x86)"
TC-64bit will load Total7zip and resolves "%ProgramFiles%" to "Program Files"

There will be no problem if you installed 7-zip (32-bit) @ "Program Files (x86)" and additional 7-zip (64-bit) @ "Program Files".
#5767 Personal license
User avatar
dindog
Senior Member
Senior Member
Posts: 315
Joined: 2010-10-18, 07:41 UTC

Re: DiskDir Extended

Post by *dindog »

sqa_wizard wrote: 2021-12-16, 17:47 UTC

Code: Select all

<path path_7z_dll="%ProgramFiles%\7-Zip\7z.dll" path_7zG_exe="%ProgramFiles%\7-Zip\7zG.exe" /> 
Caution:
TC-32bit will load Total7zip and resolves "%ProgramFiles%" to "Program Files (x86)"
TC-64bit will load Total7zip and resolves "%ProgramFiles%" to "Program Files"

There will be no problem if you installed 7-zip (32-bit) @ "Program Files (x86)" and additional 7-zip (64-bit) @ "Program Files".
I set 7z.dll and 7zG.exe to a full path without any variables, and Total7zip itself working as expected. But diskdir extended just doesn't list 7z archive in my case... it's so strange that plugin work for some people while not work for the other.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3854
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Re: DiskDir Extended

Post by *sqa_wizard »

Just make sure you have set all parameters:
At Total7zip.xml:
<path path_7z_dll="Pathto32bit_7-zip\7z.dll " path_7zG_exe="Pathto32bit_7-zip\7zG.exe" />
<path64bit path_7zG_exe="Pathto64bit_7-zip\7zG.exe" path_7z_dll="Pathto64bit_7-zip\7z.dll" />

At pack dialog press "configure" and activate option:
[x] List archives

Note:
<path will be used if accessed by TC 32-bit
<path64bit will be used if accessed by TC 64-bit
#5767 Personal license
User avatar
dindog
Senior Member
Senior Member
Posts: 315
Joined: 2010-10-18, 07:41 UTC

Re: DiskDir Extended

Post by *dindog »

sqa_wizard wrote: 2021-12-17, 17:19 UTC Just make sure you have set all parameters:
At Total7zip.xml:
<path path_7z_dll="Pathto32bit_7-zip\7z.dll " path_7zG_exe="Pathto32bit_7-zip\7zG.exe" />
<path64bit path_7zG_exe="Pathto64bit_7-zip\7zG.exe" path_7z_dll="Pathto64bit_7-zip\7z.dll" />

At pack dialog press "configure" and activate option:
[x] List archives

Note:
<path will be used if accessed by TC 32-bit
<path64bit will be used if accessed by TC 64-bit
Yes, and yes too.
I think I set them right, and I have tested with another 7z plugin (7Zip Plugin 0.7.6.6), still no good... :(
Post Reply