A box pops up that says
Code: Select all
Install to:
%COMMANDER_PATH%\plugins\wlx\bzip2
What do I have to change on my PC, so that that box will for packer plugins by default contain the path %COMMANDER_PATH%\plugins\wcx ?
Regards, Juergen
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Install to:
%COMMANDER_PATH%\plugins\wlx\bzip2
From RuTCKB.Q: Заметил, что при автоматической установке плагинов (через pluginst.inf) путь установки для любых типов плагинов такой: %Commander_path%\plugins\WFX\PluginName
A: Проверь, не лежат ли у тебя в папке plugins\wfx плагины левых типов, отличных от wfx. У меня был похожий глюк - только не для всех, а для архиваторных плагинов он мне предлагал папку, где у меня установлены Lister-плагины. Я проверил - оказалось, он так реагировал на наличие в папке с Imagine'ом WCX-файла.
CaptainFlint
Code: Select all
[Configuration]
pluginbasedir
Code: Select all
[Configuration]
pluginbasedir=%COMMANDER_PATH%\plugins
Code: Select all
[PackerPlugins]
lst=21,%COMMANDER_PATH%\Plugins\wcx\diskdir\diskdir.wcx
iso=192,%COMMANDER_PATH%\Plugins\wcx\iso\iso.wcx
bat=279,%COMMANDER_PATH%\Plugins\wcx\makebat\makebat.wcx
mbx=221,%COMMANDER_PATH%\Plugins\wcx\mbox\mbox.wcx
mbs=221,%COMMANDER_PATH%\Plugins\wcx\mbox\mbox.wcx
TreeCopyPlus=21,%COMMANDER_PATH%\Plugins\wcx\TreeCopyPlus\TreeCopyPlus.wcx
dbx=0,%COMMANDER_PATH%\Plugins\wcx\dbxplug\dbxplug.wcx
7z=95,%COMMANDER_PATH%\plugins\wcx\7zip\7zip.wcx
bz2=%COMMANDER_PATH%\plugins\wcx\bzip2\bzip2dll.wcx
[ListerPlugins]
0=%COMMANDER_PATH%\plugins\wlx\jpegthumbs\jpegthumbs.wlx
0_detect="ext="JPG" | ext="JPEG""
1=%COMMANDER_PATH%\plugins\wlx\Imagine\Imagine.wlx
1_detect="MULTIMEDIA"
2=%COMMANDER_PATH%\plugins\wlx\Excellence\excellence.wlx
2_detect="ext="XLS""
Code: Select all
[PluginInstall]
Description=Imagine - Image/Animation Lister Plugin for Total Commander
DescriptionDeu=Imagine - Bild/Animation Lister Plugin für Total Commander
Type=wlx
File=Imagine.wlx
DefaultDir=Imagine
Yes.Can I safely use Imagine without the file imagine.wcx
Imagine is mainly a Lister plugin, but if you associate for example .gif files to imagine.wcx as a Packer plugin you can actually open an animated gif file by pressing Ctrl+PgDn and get a list of all the individual frames in the gif file.Imagine is a lister plugin, not a packer plugin, no?
Oh, this sounds useful. So after doing a new clean installation of Imagine, I just renamed "Imagine.wcx" to "Imagine._wcx", and associated it with .gif files. Works fine.petermad wrote:Imagine is mainly a Lister plugin, but if you associate for example .gif files to imagine.wcx as a Packer plugin you can actually open an animated gif file by pressing Ctrl+PgDn and get a list of all the individual frames in the gif file.