This is a PowerShell script for the automatic installation of the latest version of the Total7zip plugin in FreeCommander XE.
7-Zip is one of the most complete archivers supporting a huge range of compressed file types. Total7zip plugin does not require 7-Zip to be installed on the device.
- 24.08
- FreeCommander XE Build 913 (64-bit) and 913 (32-bit)
- Automatic download and installation of the latest version of the Total7zip plugin.
- Automatic configuration of FreeCommander XE for the appropriate file associations (7z, xz, bzip2, gzip, tar, zip, arj, cab, chm, cpio, cramfs, deb, dmg, fat, hfs, iso, lzh, lzma, mbr, msi, nsis, ntfs, rar, rpm, squashfs, udf, vhd, wim, xar, z, gz, vhdx)
- Run again to update 7-Zip library to the latest version (if available).
- Automatic backup of the original configuration files before performing any changes.
- Works with 32-bit and 64-bit versions of Free Commander XE.
- Open Source for maximum transparency. You can also use it to learn PowerShell :)
- Terminate the FreeCommander XE application
- Download total7zipinstaller.ps1 script. If you are running a portable version save the script inside the FreeCommander installation folder so it can detect the path automatically. The
.ps1
file is the only one you need to download. - Run
total7zipinstaller.ps1
script: right click on the file (context menu) -> selectRun with Powershell
. Depending on your Windows configuration, you might have allow the execution or even 'unblock' the script (see troubleshooting). - If you are running FreeCommander from a custom installation directory, enter the full directory path, otherwise just continue. The script will try to find the correct path.
- If your FreeCommander configuration files are in a custom directory, enter the full path for the configuration directory, otherwise just continue. The script will try to find the correct path.
- After the installation, start FreeCommander and test packing and unpacking a
7z
file.
- From FreeCommander XE
settings-archiver
menu, delete the entries for the 7Zip archiver plugin. - Restart FreeCommander XE.
- Delete the
Plugins/wcx/Total7zip
folder from the FreeCommander XE installation folder (usuallyProgram Files\Free Commander XE
).
- Not able to download the Total7zip package: Download the Total7Zip.zip file from the repository. Place in the same folder as the script and run the script again.
- Script was blocked because it was not signed: Right click on the script file, select properties and "unblock".
- Can't use admin rights in my PC: Admin rights are only required for the installed version of FreeCommander. If you are using the portable version, you don't need admin rights. In this case, delete the
Self-elevate
portion of the script and run again. - Can't find FreeCommander path: Depending on your system language settings, the input prompt for a custom install path will not work. In this case, edit the script file and add the paths manually. Required fields:
defaultInstallPath64
ordefaultInstallPath32
anddefaultConfigPath
. - Unable to load/find 7-zip DLL: This can happen when the 7-ZIP downloaded files are not trusted by Windows. From the plugin installation folder, check the properties of all DLL and EXE files to ensure they are "unblocked". If the problem continues, try reloading the plugin: from
settings->archiver
, disable Total7Zip, restart FreeCommander and then re-enable it. - Corrupted or damaged FreeCommander.ini file: The script does a backup of
FreeCommander.ini
before the installation. The backup file is namedFreeCommander_BKP1.ini
(numbers increase for every execution of the script) and placed in the same folder as the original.ini
file. Use this backup as last resource in case something goes wrong. Ensure you terminate FreeCommander process before restoring the ini file to preventAuto Save Settings
from reverting the changes. No other FreeCommander files are modified by the script.
- Why did you disabled the built-in plugins? 7-Zip library is offers more configuration options and is compatible with more file types. I disabled the standard plugins to keep a consistent user experience among different packagers.
- Can I re-enable the built in plugins? Yes, all plugins can co-exist. If you don't change the order they will be used as prioritary for opening the specified file types. When packing you will always be presented all the options available.
- Is it safe to run a PowerShell script? Safer than a compiled binary file - you can see how it works even before downloading (from GitHub). I took extra precautions to explain all commands used in the script.
- How do I update the file associations for the plugin? Navigate to the Tools
Menu->Settings->Archiver plugins->Total7zip
.
- Reorganized 7-zip folders and files
- Improved readme file
- Updated 7-Zip library to 24.08, latest stable
- Updated 7-Zip library to 23.01, latest stable
- Downloads the 7-Zip plugin directly from GitHub repository, not from my personal website
- Updated troubleshooting section
- Updated 7-Zip library to 21.07 latest stable
- Fixed 32-bit version default installation directory name
- Updated 7-Zip library to 21.01 alpha as several important bugs were fixed since version 19
- Fixed BOM in the generated INI configuration files
- Fixed installation on systems without the built-in archiver plugins configured
- Automatic detection of installation path if the script is placed in the FreeCommander.exe installation folder (nice for Portable versions)
- Display the script version during startup
- Added a final pause to prevent the PowerShell window from closing automatically in some systems
- Automatic detection of the settings folder for portable installations
- Automatic detection of 32-bit and 64-bit FC versions
- Using %FCSrcPath% relative paths instead of hard-linked plugin locations ensuring full portability
- Improved user interface with some colors
- Initial release
- 7-Zip Copyright © 1999-2024 Igor Pavlov (https://www.7-zip.org/)
- Total 7-Zip plugin from TotalCmd.net (http://totalcmd.net/plugring/Total7zip.html)
- FreeCommander XE Copyright © 2004-2024 Marek Jasinski (www.freecommander.com)
- Please contact me at www.danbp.org