Silent Install w/ Plugins won't install plugin\Language dir

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
jvennes
Junior Member
Junior Member
Posts: 4
Joined: 2003-12-16, 21:10 UTC
Location: New Mexico, USA

Silent Install w/ Plugins won't install plugin\Language dir

Post by *jvennes »

I created a silent install package for the Total Commander as follows:

1. CTRL-PageDown, double click on Install.Cab, and extract the contents to an empty directory (c:\temp\tcmd).

2. Add my %COMMANDER_PATH%\plugins folder to c:\temp\tcmd\

3. I re-create the INSTALL.CAB file with "cabarc -r -p N INSTALL.CAB *"

4. Inject INSTALL.CAB back into "tcmdr701.exe". Modify INSTALL.INF, etc.

5. Install

Everything works except for 1 strange thing. Any folder named "Language" inside of the plugins\wfx, wlx, wcx, wdx folders do NOT get installed.

example: C:\Program Files\totalcmd\plugins\wfx\Uninstaller\Language does NOT get installed.

c:\Program Files\totalcmd\plugins\wlx\SynPlus\Languages\ does get installed.

c:\Program Files\totalcmd\plugins\wcx\7zip\lang\ does get installed

I have verified that the "Language" folder(s) exist inside of the INSTALL.CAB file.
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

????

Post by *Clo »

2jvennes

:) Hello !

• The <Language> folder into the install.cab stands only for the languages of TC itself, AFAIK… :?:

:mrgreen: KR
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
Vansumsen
Power Member
Power Member
Posts: 761
Joined: 2003-11-09, 08:16 UTC
Location: Belgique
Contact:

Post by *Vansumsen »

:arrow: jvennes

Anyway, you can't modify the installer without the Author's permission on principle, especially to re-distribute the programme…

Friendly

Paul
Ouistiti, #11943

L'important n'est pas de convaincre, mais de donner à réfléchir.
The important thing is not to convince, but to incite to think.

1,77245385090552...
User avatar
jvennes
Junior Member
Junior Member
Posts: 4
Joined: 2003-12-16, 21:10 UTC
Location: New Mexico, USA

Post by *jvennes »

Vansumsen wrote::arrow: jvennes
Anyway, you can't modify the installer without the Author's permission on principle, especially to re-distribute the programme…
I can assure you, I have NO intention of re-distribution. This is merely for efficient installation to a small laboratory of computers (for which I am fully licensed).

Perhaps I will just create a script to add the plugins after install. (But a self contained, silent, remote install is much better). :P
User avatar
jvennes
Junior Member
Junior Member
Posts: 4
Joined: 2003-12-16, 21:10 UTC
Location: New Mexico, USA

Post by *jvennes »

Problem solved. :oops:

Changed the TC "Language" folder to "Language_" and modified INSTALL.INF as follows:

[LangName]
langdir=Language_


Now all "Language" folders inside of the plugins dir get installed as expected.

.
Post Reply