I want to create unattended installer for some of the plugins I use most often as a chocolatey package.
Is there some way to replicate what happens when entering plugin archive via command line ?
If not TC itself, does some other tool or plugin manager exists that allows this.
Thx.
Possible to install plugin via command line ?
Moderators: Hacker, petermad, Stefan2, white
- majkinetor !
- Power Member
- Posts: 1580
- Joined: 2006-01-18, 07:56 UTC
- Contact:
Possible to install plugin via command line ?
Habemus majkam!
Re: Possible to install plugin via command line ?
If you can use tc_plugin_manager, by default when it is launched with a zip/rar that contain a plugin as parameter it install it (with popup dialog)... you can give a look on the code to see if you have a way to bypass it or automate with AHK.majkinetor ! wrote:I want to create unattended installer for some of the plugins I use most often as a chocolatey package.
Is there some way to replicate what happens when entering plugin archive via command line ?
If not TC itself, does some other tool or plugin manager exists that allows this.
Thx.
Re: BLOCKED!
Not confirmed.Phred wrote:Google is giving a Red Alert page to totalcmd.net.
It looks serious.
Anyone know what's happening?
Google Chrome, Kaspersky, Windows Defender Browser Protection
Even with this combination there are no warnings
and the site is loading and working normal.
Windows 11 Home, Version 24H2 (OS Build 26100.4351)
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
TC 11.55 RC7 x64 / x86
Everything 1.5.0.1396a (x64), Everything Toolbar 1.5.5.0, Listary Pro 6.3.2.88
QAP 11.9.0.6 x64
majkinetor ! wrote:I want to create unattended installer for some of the plugins I use most often as a chocolatey package.
.....
Installing a plugin is as easy as copying some files and write a line to wincmd.ini
So one can monitor the installing process of an plugin and recreate that "by hand" via a script, isn't it?
Or are there plugins whit other needs?