Silent install - include plugin (sftp)
Moderators: Hacker, petermad, Stefan2, white
Silent install - include plugin (sftp)
Hey fellow TC users
I have already searched the forum - but with no luck.
Is it possible to include your favorite plugin when creating a silent install of TC?
In this particular case, I would like to include the plugin for SFTP (plugin created by Ghisler himself).
I would need to copy the needed files to the subfolder: plugins\wfx\sftpplug in the TC "root" folder.
What do I need to add in the install.inf to make that work?
Anyone knows?
I have already searched the forum - but with no luck.
Is it possible to include your favorite plugin when creating a silent install of TC?
In this particular case, I would like to include the plugin for SFTP (plugin created by Ghisler himself).
I would need to copy the needed files to the subfolder: plugins\wfx\sftpplug in the TC "root" folder.
What do I need to add in the install.inf to make that work?
Anyone knows?
You can add your files to [Install] section of install.inf. Please note that TC will overwrite the files listed in this section without any confirmation, so you could potentially lose files when TC is installed over an existing installation.
Regards
Dalai
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
Hi Dalai.
I tried that already..
My install sections looks as follows:
[Install]
1=install.cab,c
2=wincmd.key
3=wincmd.ini
4=plugins
plugins is a folder - containing subfolders with the necessary files.
Nothing gets copied though during installation..
Maybe I need to tinker with a bit more - and see if I can get it working..
Will report back in this thread if I find a solution.
I tried that already..
My install sections looks as follows:
[Install]
1=install.cab,c
2=wincmd.key
3=wincmd.ini
4=plugins
plugins is a folder - containing subfolders with the necessary files.
Nothing gets copied though during installation..
Maybe I need to tinker with a bit more - and see if I can get it working..
Will report back in this thread if I find a solution.
Well, because it's a directory and the installer doesn't know this. It's just a guess: maybe you can add ",d" after the directory - so it becomes "plugins,d" - which is similar to the ",c" for compressed/cab files. If it doesn't work, there are several options: specify every single file in the plugins directory (may become tedious), or write some script that calls the TC installer and copies the plugins and other files afterwards. The latter is what I do to install TC including plugins, make some settings and so on.steyrs wrote:My install sections looks as follows:
[Install]
1=install.cab,c
2=wincmd.key
3=wincmd.ini
4=plugins
plugins is a folder - containing subfolders with the necessary files.
Nothing gets copied though during installation..
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
Just add your plugin folder with SFTP plugin to install.cab archive and add corresponding INI settings to [Ini] section of install.inf in form (all numbers must be sequential):
E.g. for SFTP plugin:
Code: Select all
number=ini_file,section,parameter,value
Code: Select all
[ini]
1=wincmd.ini,configuration,languageini
2=wincmd.ini,configuration,Mainmenu
3=wincmd.ini,FileSystemPlugins,Secure FTP,%COMMANDER_PATH%\plugins\wfx\sftpplug\sftpplug.wfx