doublecmd/plugins/wcx/sevenzip
Alexander Koblov 91242096be UPD: Project files
(cherry picked from commit cf2bf7f7f0)
2024-03-08 17:42:24 +03:00
..
src UPD: Project files 2024-03-08 17:42:24 +03:00
build.bat UPD: Line-endings 2023-01-19 21:17:15 +03:00
LICENSE.txt ADD: SevenZip plugin source 2014-10-25 18:51:03 +00:00
pluginst.inf ADD: pluginst.inf 2015-04-12 10:24:08 +00:00
README.txt UPD: SevenZip - README.txt 2017-09-02 19:50:03 +00:00

SevenZip plugin can store configuration in two places:

1. If sevenzip.ini exists in plugin directory then plugin will use it

2. Otherwise it will store sevenzip.ini in commander configuration directory


SevenZip plugin search 7z.dll in next places:

1. Path from sevenzip.ini

  [Library]
  i386=<full path to 7z.dll 32 bit>
  x86_64=<full path to 7z.dll 64 bit>

2. Plugin directory

                   \i386\7z.dll
                   \x86_64\7z.dll
                   \7z.dll

3. Commander directory

4. Windows system directory

SevenZip plugin can load external codecs. Plugin searches codecs in
subdirectory "Codecs" near 7z.dll.