Plugin auto-install HOWTO (TC 6.5 or newer)
Moderators: Hacker, petermad, Stefan2, white
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
My wife's TC does not open zips anymore. When she presses Enter the Windows 10 opens its own window and handles it.
How to change it back?
The question is here because I wanted to install her a plugin (Cloud) and I can't do it manually (entering the archive with Ctrl+Page Dn does not prompt the installation).
How to change it back?
The question is here because I wanted to install her a plugin (Cloud) and I can't do it manually (entering the archive with Ctrl+Page Dn does not prompt the installation).
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
Umpal,
Configuration - Options - Packer - Treat archives like directories?
Roman
Configuration - Options - Packer - Treat archives like directories?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
I was looking for this option but I don't know how could I miss it
Thank you, it worked!

Thank you, it worked!
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
Is it possible to have 32- and 64-bit versions of plugin in single archive, and have TC pick the right one?
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
That's the normal case for most plugins.me76 wrote: 2023-10-26, 02:19 UTC Is it possible to have 32- and 64-bit versions of plugin in single archive, and have TC pick the right one?
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
Well, during installation TC installs both versions if present in the archive, but when the plugin is used by TC, then TC picks the right one automatically.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
Then how should I specify plugin file name (file parameter)?petermad wrote: 2023-10-26, 08:45 UTC Well, during installation TC installs both versions if present in the archive, but when the plugin is used by TC, then TC picks the right one automatically.
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
You can take a look at the pluginst.inf file of other plugins. Probably most (if not all) of them specify the 32-bit version, i.e. plugin.wcx, plugin.wfx, plugin.wdx or plugin.wlx.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
2me76
TC is designed in such a way, that you always specify the base 32-bit plugin name, like myplugin.wlx. When TC tries to load the plugin, it will automatically check if the more appropriate version is present in the plugin firectory (like myplugin.uwlx for 32-bit Unicode version, or myplugin.wlx64 for 64-bit version) and will load it instead.
TC is designed in such a way, that you always specify the base 32-bit plugin name, like myplugin.wlx. When TC tries to load the plugin, it will automatically check if the more appropriate version is present in the plugin firectory (like myplugin.uwlx for 32-bit Unicode version, or myplugin.wlx64 for 64-bit version) and will load it instead.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
Re: Plugin auto-install HOWTO (TC 6.5 or newer)
Thank you Flint, that worked!Flint wrote: 2023-10-27, 00:12 UTC 2me76
TC is designed in such a way, that you always specify the base 32-bit plugin name, like myplugin.wlx. When TC tries to load the plugin, it will automatically check if the more appropriate version is present in the plugin firectory (like myplugin.uwlx for 32-bit Unicode version, or myplugin.wlx64 for 64-bit version) and will load it instead.