doublecmd/plugins/wcx/sevenzip
2017-04-08 21:35:14 +00:00
..
src FIX: Bug [0001773] 7z packing not started due to Not enough memory creates a malformed archive that prevents repeating the operation 2017-04-08 21:35:14 +00:00
build.bat UPD: Version number 2017-02-18 16:51:19 +00: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: README.txt 2015-09-27 07:10:26 +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