Hello.
I have been trying to get compressed files to open from FreeCommander using 7-Zip. I can not seem to make that work.
My desktop uses c:\programs\freecommander\ and a virtual uses the set default (that other people use) C:\Program Files (x86)\FreeCommander XE\
Testing on my virtual first, I tried to follow https://freecommander.com/forum/viewtop ... 548#p39548, post 27 by ags1905, but I am still getting the error.
https://www.mediafire.com/view/xy0bdk5m ... 8.png/file
I gather the post is few months aged, but I was hoping it would still work.
I downloaded...
Total7Zip.zip
https://github.com/danpeig/freecommande ... al7Zip.zip
freecommander_total7zip_installer-1.5.zip
https://www.danbp.org/p/en/node/151 (I tried those directions but was not working on my Window$ 7 in testing)
I created a subfolder "wcx" and extracted both folders in it.
C:\Program Files (x86)\FreeCommander XE\plugins\wcx\freecommander_total7zip_installer-1.5\
C:\Program Files (x86)\FreeCommander XE\plugins\wcx\Total7zip\
I did the configure steps.
https://www.mediafire.com/view/kzikg84a ... 9.png/file
Saved changes.
Then edited the total7zip.xml file with my path:
<?xml version="1.0"?>
<settings>
<lister_plugin fontColor="0" bgColor="16777215" fontSize="10" fontFx="0" font="Courier New" />
<gui lang="" />
<debug logLevel="0" />
<path path_7z_dll="C:\Program Files (x86)\FreeCommander XE\Plugins\wcx\Total7zip\7z.dll" path_7zG_exe="C:\Program Files (x86)\FreeCommander XE\Plugins\wcx\Total7zip\7zG.exe" />
<path64bit path_7zG_exe="C:\Program Files (x86)\FreeCommander XE\Plugins\wcx\Total7zip\64\7zG.exe" path_7z_dll="C:\Program Files (x86)\FreeCommander XE\Plugins\wcx\Total7zip\64\7z.dll" />
<compression save="1" sfx="7z.sfx" updateSfx="0" askByContent="0" askByContentTimeout="1" alwaysWait7zip="1" extractToTempCount="20" deleteToRecycleBin="1" keySimpleMode="-1">
<settings_7zip Level="0" Archiver="" ShowPassword="0" EncryptHeaders="0">
<Options />
</settings_7zip>
</compression>
<passwords save="0" />
<formats save="1" />
<formatsDisabled />
</settings>
And still an error. I am guessing maybe since the FreeCommander code changes since September.
Could I have missed something or just done it wrong?
Thank you.
Trying the 7-Zip Plugin
-
- Posts: 29
- Joined: 05.03.2016, 04:45
Trying the 7-Zip Plugin
I reply as fast as I can at times, else it could be days/weeks/months. What you call resurrecting posts, I call "responding on my time."
Re: Trying the 7-Zip Plugin
The whole topic for using the Total Commander Total7zip plugin in FC
is handled here much to complicated.
To always use the actual 7zip version without later changing anything in the FC settings
download and install the actual x64 7zip from:
https://7-zip.org/a/7z2300-x64.exe
Download the actual Total Commander plugin from:
http://totalcmd.net/download.php?id=Total7zip
Unpack the contents under the FC dir Plugins\Total7zip.
Add the Total7zip.wcx64 from this under the FC archiver plugins.
The path shown here is from my settings and not for you.
Using my version of the Total7zip.xml under Plugins\Total7zip you can save some editing.
is handled here much to complicated.
To always use the actual 7zip version without later changing anything in the FC settings
download and install the actual x64 7zip from:
https://7-zip.org/a/7z2300-x64.exe
Download the actual Total Commander plugin from:
http://totalcmd.net/download.php?id=Total7zip
Unpack the contents under the FC dir Plugins\Total7zip.
Add the Total7zip.wcx64 from this under the FC archiver plugins.
The path shown here is from my settings and not for you.
Using my version of the Total7zip.xml under Plugins\Total7zip you can save some editing.
Code: Select all
<?xml version="1.0"?>
<settings>
<lister_plugin fontColor="0" bgColor="16777215" fontSize="10" fontFx="0" font="Courier New" />
<gui lang="" />
<debug logLevel="0" />
<path path_7z_dll="7z.dll" path_7zG_exe="7zG.exe" />
<path64bit path_7zG_exe="c:\Program Files\7-Zip\7zG.exe" path_7z_dll="" />
<compression save="1" sfx="7z.sfx" updateSfx="0" askByContent="0" askByContentTimeout="1" alwaysWait7zip="1" extractToTempCount="20" deleteToRecycleBin="1" keySimpleMode="-1">
<settings_7zip Level="0" Archiver="7z" ShowPassword="0" EncryptHeaders="1">
<Options>
<formatOptions FormatID="7z" Level="9" Dictionary="67108864" Order="64" BlockSize="34" NumThreads="8" Method="" Options="" EncryptionMethod="" />
<formatOptions FormatID="BROTLI" Level="5" Dictionary="4294967295" Order="4294967295" BlockSize="4294967295" NumThreads="4294967295" Method="" Options="" EncryptionMethod="" />
<formatOptions FormatID="gzip" Level="5" Dictionary="4294967295" Order="32" BlockSize="4294967295" NumThreads="4294967295" Method="" Options="" EncryptionMethod="" />
<formatOptions FormatID="wim" Level="4294967295" Dictionary="4294967295" Order="4294967295" BlockSize="4294967295" NumThreads="4294967295" Method="" Options="" EncryptionMethod="" />
<formatOptions FormatID="zip" Level="9" Dictionary="4294967295" Order="4294967295" BlockSize="4294967295" NumThreads="4294967295" Method="" Options="" EncryptionMethod="" />
<formatOptions FormatID="ZSTD" Level="5" Dictionary="4294967295" Order="4294967295" BlockSize="4294967295" NumThreads="4294967295" Method="" Options="" EncryptionMethod="" />
</Options>
</settings_7zip>
</compression>
<passwords save="0" />
<formats save="1">
<format description="zip" guid="{23170F69-40C1-278A-1000-000110010000}">
<ext val="7z" />
<ext val="apk" />
<ext val="appx" />
<ext val="dat" />
<ext val="docx" />
<ext val="epub" />
<ext val="ipa" />
<ext val="jar" />
<ext val="jmod" />
<ext val="ods" />
<ext val="odt" />
<ext val="xlsx" />
<ext val="xpi" />
<ext val="z01" />
<ext val="zip" />
<ext val="zipx" />
</format>
<format description="bzip2" guid="{23170F69-40C1-278A-1000-000110020000}">
<ext val="bz2" />
<ext val="bzip2" />
<ext val="tbz" />
<ext val="tbz2" />
</format>
<format description="Rar" guid="{23170F69-40C1-278A-1000-000110030000}">
<ext val="r00" />
<ext val="rar" />
</format>
<format description="Arj" guid="{23170F69-40C1-278A-1000-000110040000}">
<ext val="arj" />
</format>
<format description="Z" guid="{23170F69-40C1-278A-1000-000110050000}">
<ext val="taz" />
<ext val="z" />
</format>
<format description="Lzh" guid="{23170F69-40C1-278A-1000-000110060000}">
<ext val="lha" />
<ext val="lzh" />
</format>
<format description="7z" guid="{23170F69-40C1-278A-1000-000110070000}">
<ext val="7z" />
<ext val="exe" />
</format>
<format description="Cab" guid="{23170F69-40C1-278A-1000-000110080000}">
<ext val="cab" />
</format>
<format description="Nsis" guid="{23170F69-40C1-278A-1000-000110090000}">
<ext val="exe" />
<ext val="nsis" />
</format>
<format description="lzma" guid="{23170F69-40C1-278A-1000-0001100A0000}">
<ext val="lzma" />
</format>
<format description="lzma86" guid="{23170F69-40C1-278A-1000-0001100B0000}">
<ext val="lzma86" />
</format>
<format description="xz" guid="{23170F69-40C1-278A-1000-0001100C0000}">
<ext val="txz" />
<ext val="xz" />
</format>
<format description="Ppmd" guid="{23170F69-40C1-278A-1000-0001100D0000}">
<ext val="pmd" />
</format>
<format description="LP" guid="{23170F69-40C1-278A-1000-000110C10000}">
<ext val="img" />
<ext val="lpimg" />
</format>
<format description="Sparse" guid="{23170F69-40C1-278A-1000-000110C20000}">
<ext val="img" />
<ext val="simg" />
</format>
<format description="APFS" guid="{23170F69-40C1-278A-1000-000110C30000}">
<ext val="apfs" />
<ext val="img" />
</format>
<format description="VHDX" guid="{23170F69-40C1-278A-1000-000110C40000}">
<ext val="avhdx" />
<ext val="vhdx" />
</format>
<format description="Base64" guid="{23170F69-40C1-278A-1000-000110C50000}">
<ext val="b64" />
</format>
<format description="COFF" guid="{23170F69-40C1-278A-1000-000110C60000}">
<ext val="obj" />
</format>
<format description="Ext" guid="{23170F69-40C1-278A-1000-000110C70000}">
<ext val="ext" />
<ext val="ext2" />
<ext val="ext3" />
<ext val="ext4" />
<ext val="img" />
</format>
<format description="VMDK" guid="{23170F69-40C1-278A-1000-000110C80000}">
<ext val="vmdk" />
</format>
<format description="VDI" guid="{23170F69-40C1-278A-1000-000110C90000}">
<ext val="vdi" />
</format>
<format description="QCOW" guid="{23170F69-40C1-278A-1000-000110CA0000}">
<ext val="qcow" />
<ext val="qcow2" />
<ext val="qcow2c" />
</format>
<format description="GPT" guid="{23170F69-40C1-278A-1000-000110CB0000}">
<ext val="gpt" />
<ext val="mbr" />
</format>
<format description="Rar5" guid="{23170F69-40C1-278A-1000-000110CC0000}">
<ext val="r00" />
<ext val="rar" />
</format>
<format description="IHex" guid="{23170F69-40C1-278A-1000-000110CD0000}">
<ext val="ihex" />
</format>
<format description="Hxs" guid="{23170F69-40C1-278A-1000-000110CE0000}">
<ext val="hxi" />
<ext val="hxq" />
<ext val="hxr" />
<ext val="hxs" />
<ext val="hxw" />
<ext val="lit" />
</format>
<format description="TE" guid="{23170F69-40C1-278A-1000-000110CF0000}">
<ext val="te" />
</format>
<format description="UEFIc" guid="{23170F69-40C1-278A-1000-000110D00000}">
<ext val="scap" />
</format>
<format description="UEFIf" guid="{23170F69-40C1-278A-1000-000110D10000}">
<ext val="uefif" />
</format>
<format description="SquashFS" guid="{23170F69-40C1-278A-1000-000110D20000}">
<ext val="squashfs" />
</format>
<format description="CramFS" guid="{23170F69-40C1-278A-1000-000110D30000}">
<ext val="cramfs" />
</format>
<format description="APM" guid="{23170F69-40C1-278A-1000-000110D40000}">
<ext val="apm" />
</format>
<format description="MsLZ" guid="{23170F69-40C1-278A-1000-000110D50000}">
<ext val="mslz" />
</format>
<format description="FLV" guid="{23170F69-40C1-278A-1000-000110D60000}">
<ext val="flv" />
</format>
<format description="SWF" guid="{23170F69-40C1-278A-1000-000110D70000}">
<ext val="swf" />
</format>
<format description="SWFc" guid="{23170F69-40C1-278A-1000-000110D80000}">
<ext val="swf" />
</format>
<format description="NTFS" guid="{23170F69-40C1-278A-1000-000110D90000}">
<ext val="img" />
<ext val="ntfs" />
</format>
<format description="FAT" guid="{23170F69-40C1-278A-1000-000110DA0000}">
<ext val="fat" />
<ext val="img" />
</format>
<format description="MBR" guid="{23170F69-40C1-278A-1000-000110DB0000}">
<ext val="mbr" />
</format>
<format description="VHD" guid="{23170F69-40C1-278A-1000-000110DC0000}">
<ext val="vhd" />
</format>
<format description="PE" guid="{23170F69-40C1-278A-1000-000110DD0000}">
<ext val="dll" />
<ext val="exe" />
<ext val="sys" />
<ext val="tmp" />
</format>
<format description="ELF" guid="{23170F69-40C1-278A-1000-000110DE0000}">
<ext val="elf" />
</format>
<format description="MachO" guid="{23170F69-40C1-278A-1000-000110DF0000}">
<ext val="macho" />
</format>
<format description="Udf" guid="{23170F69-40C1-278A-1000-000110E00000}">
<ext val="img" />
<ext val="iso" />
<ext val="udf" />
</format>
<format description="Xar" guid="{23170F69-40C1-278A-1000-000110E10000}">
<ext val="pkg" />
<ext val="xar" />
<ext val="xip" />
</format>
<format description="Mub" guid="{23170F69-40C1-278A-1000-000110E20000}">
<ext val="mub" />
</format>
<format description="HFS" guid="{23170F69-40C1-278A-1000-000110E30000}">
<ext val="hfs" />
<ext val="hfsx" />
</format>
<format description="Dmg" guid="{23170F69-40C1-278A-1000-000110E40000}">
<ext val="dmg" />
</format>
<format description="Compound" guid="{23170F69-40C1-278A-1000-000110E50000}">
<ext val="doc" />
<ext val="msi" />
<ext val="msp" />
<ext val="ppt" />
<ext val="xls" />
</format>
<format description="wim" guid="{23170F69-40C1-278A-1000-000110E60000}">
<ext val="esd" />
<ext val="ppkg" />
<ext val="swm" />
<ext val="wim" />
</format>
<format description="Iso" guid="{23170F69-40C1-278A-1000-000110E70000}">
<ext val="img" />
<ext val="iso" />
</format>
<format description="Chm" guid="{23170F69-40C1-278A-1000-000110E90000}">
<ext val="chi" />
<ext val="chm" />
<ext val="chq" />
<ext val="chw" />
</format>
<format description="Split" guid="{23170F69-40C1-278A-1000-000110EA0000}">
<ext val="001" />
</format>
<format description="Rpm" guid="{23170F69-40C1-278A-1000-000110EB0000}">
<ext val="rpm" />
</format>
<format description="Ar" guid="{23170F69-40C1-278A-1000-000110EC0000}">
<ext val="a" />
<ext val="ar" />
<ext val="deb" />
<ext val="lib" />
<ext val="udeb" />
</format>
<format description="Cpio" guid="{23170F69-40C1-278A-1000-000110ED0000}">
<ext val="cpio" />
</format>
<format description="tar" guid="{23170F69-40C1-278A-1000-000110EE0000}">
<ext val="ova" />
<ext val="tar" />
</format>
<format description="gzip" guid="{23170F69-40C1-278A-1000-000110EF0000}">
<ext val="apk" />
<ext val="gz" />
<ext val="gzip" />
<ext val="tgz" />
<ext val="tpz" />
</format>
</formats>
<formatsDisabled />
</settings>
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
Everything Version 1.5.0.1396a (x64), Everything Toolbar 1.5.5, Listary Pro 6.3.2.88
FreeCommander XE 2025 Build 933 64-bit donor
Everything Version 1.5.0.1396a (x64), Everything Toolbar 1.5.5, Listary Pro 6.3.2.88
FreeCommander XE 2025 Build 933 64-bit donor
-
- Posts: 29
- Joined: 05.03.2016, 04:45
Re: Trying the 7-Zip Plugin
Yups, I do have 7zip installed. Been using it since version one.
Let me try your method and I reply back...
Let me try your method and I reply back...
I reply as fast as I can at times, else it could be days/weeks/months. What you call resurrecting posts, I call "responding on my time."
-
- Posts: 29
- Joined: 05.03.2016, 04:45
Re: Trying the 7-Zip Plugin
Darn. I tried your method still a no go.
Deleted everything under "C:\Program Files (x86)\FreeCommander XE\plugins"
Grabbed that Total Commander file.
Extracted and copied into mentioned folder.
C:\Program Files (x86)\FreeCommander XE\plugins\Total7Zip
/64
7-Zip History.txt
7-zip.chm
7z.dll
7z.sfx
7zG.exe
/Lang
License.txt
/PluginLang
pluginst.inf
readme.rtf
readme_ru.rtf
Total7zip.lng
total7zip.template.xml
Total7zip.wcx
Total7zip.wcx64
total7zip.xml
Modified my plugins window like yours, changing the path to match. Gosh, how do you just add an image without pasting a link?
https://www.mediafire.com/view/8x8pqbg4 ... 1.png/file
I copied your text for the Total7zip.xml, and we have the same 7-zip path, and copied the file first to "C:\Program Files (x86)\FreeCommander XE" and when that did not work, I put a copy in "C:\Program Files (x86)\FreeCommander XE\plugins\Total7Zip"
Still, errored:
https://www.mediafire.com/view/qv2eok2y ... 5.png/file
I must be blind and missing something, or something. Still playing with it.
Deleted everything under "C:\Program Files (x86)\FreeCommander XE\plugins"
Grabbed that Total Commander file.
Extracted and copied into mentioned folder.
C:\Program Files (x86)\FreeCommander XE\plugins\Total7Zip
/64
7-Zip History.txt
7-zip.chm
7z.dll
7z.sfx
7zG.exe
/Lang
License.txt
/PluginLang
pluginst.inf
readme.rtf
readme_ru.rtf
Total7zip.lng
total7zip.template.xml
Total7zip.wcx
Total7zip.wcx64
total7zip.xml
Modified my plugins window like yours, changing the path to match. Gosh, how do you just add an image without pasting a link?
https://www.mediafire.com/view/8x8pqbg4 ... 1.png/file
I copied your text for the Total7zip.xml, and we have the same 7-zip path, and copied the file first to "C:\Program Files (x86)\FreeCommander XE" and when that did not work, I put a copy in "C:\Program Files (x86)\FreeCommander XE\plugins\Total7Zip"
Still, errored:
https://www.mediafire.com/view/qv2eok2y ... 5.png/file
I must be blind and missing something, or something. Still playing with it.
I reply as fast as I can at times, else it could be days/weeks/months. What you call resurrecting posts, I call "responding on my time."
Re: Trying the 7-Zip Plugin
You use probably 32 bit FC.
Try Total7zip.wcx and not Total7zip.wcx64.
Try Total7zip.wcx and not Total7zip.wcx64.
-
- Posts: 29
- Joined: 05.03.2016, 04:45
Re: Trying the 7-Zip Plugin
Ah, you got it. I do use the 32bit. I did not think of that. I change the plugin file and now it opens archives without giving me the error again.
Thank you.
Thank you.
I reply as fast as I can at times, else it could be days/weeks/months. What you call resurrecting posts, I call "responding on my time."
Who is online
Users browsing this forum: No registered users and 5 guests