Jump to content

Total Commander 6.53 + PlugIns


nonobis

Recommended Posts

Hello,

my first ISS script .... Total Commander 6.53 , few free plugins and regkey ! it's an easy code but for a newbie in unattended xp cd as me ... it's cool ! :thumbup

-> i have allowed only the french language file and default file ....

-> the settings file is in Total Commander directory

Step for make the installer :

-> Install Total Commander in C:\Program Files\totalcmd\, with setting files in folder app.Put your reg file wincmd.key, in your folder app.

-> in a tempory dir, unzip the original install.Copy the Window and LANGUAGE directory in the C:\Program Files\totalcmd\

-> if you have plugins install then in a 'PlugIns' directory or use auto-install (wfx directory).

-> run the ISS Script

Code for RunOnceEx :

cmdow @ /HID

@echo off

REG ADD %KEY%\019 /VE /D "Total Commander 6.53 + Plugins" /f

REG ADD %KEY%\019 /V 1 /D "%SYSTEMDRIVE%\appz\Tcmd\setup /VERYSILENT" /f

EXIT

B)

ciao

totalcommander.iss

Edited by nonobis
Link to comment
Share on other sites

  • 2 weeks later...

Total Commander 6.53 & A few plugins - MSI Installer

:blushing:

Sorry, i have found some little error in the iss script ... so i have made a msi file ...

Take the file here (9.9 Mo) :

Total Commander 6.53 + a few Plug Ins

The msi contains (7zipped) :

Total Commander 6.53

a few plugins pre-installed (20 approximatly)

all language pre-installed

Shortcut :

- in the quick launch

- in the start

- MSI uninstaller enabled

My settings :

you can modify the wincmd.ini file.If you delete this file ... the plugins will be disabled, but it's not forbidden to edit this file ! The french language is enabled by default.

it's possible to pre-register Total Commander.

You must copy your wincmd.key file in the msi

-> use Adminstudio or another tool for edit the msi file ...

In AdminStudio, edit the msi

-> Organization

-> components

-> Folder_totalcmd

-> add wincmd.key

=> you are pre-registered !!

The silent switch :

setup.msi /quiet

Sorry for my english grammar ... sometimes she sucks ....

please send me feedback ...

Ciao ... B)

Nonobis

Link to comment
Share on other sites

  • 1 month later...

Total Commander PowerPack 1.5 PL/ENG (TotalCommander6.53+Plugins - Build by: Adam Bukowiński - BuKoX PL tcmdpp15.exe)

List of Plugins & Addons in TC PowerPack 1.5:

PLUGINS:

WCX:

7zip 0.4.7

avi 1.5.0.1

bzip 1.0

chmDir 0.40 beta 6

cpio 1.5

dbx 1.0 beta9

deb 1.0

dirCopy 1.04

diskDir 1.32

dsp 1.0

gif 1.1

icl 1.2

img 0.9 beta

iso 1.7.3 beta 2

lzx 1.1

mBox 1.10

mht 0.1.1

msi 0.4

reg 1.4

resExtract 1.1.1

rpm 1.5

Z 0.2

WLX:

arcview 1.2.0.28

dbLister 2.01

eml 0.6

FileInfo 2.07

FlashView 1.4

IEView 1.94 a

Imagine 0.9.0.0

INI Editor 1.1

ListDoc 1.2

mMedia 2.45

SynPlus 2.7.1

tcCalendar 1.82.3

Torrent 1.3.0.0

VisualDirSize 1.1 beta 2

WFX:

AceHelper 0.2.5

Calendar 1.02

dbLister 2.01

Device Manager 1.4

Environment Variables 1.3.0.222 e

ext2fs 1.2

EventNT 1.3

FSNetStat 1.0

HTTP Browser 1.1

ntfs4tc 1.2

Plugin Manager 2.6

pop3 1.2

ProcFS 2.0

Registry 2.6.1

RSS 0.7

SecureFTP 1.2.57.2

Services 2.5 beta 1

Shared Files 1.0.2

StartUp Guard 0.5.1.56

TCBurner 0.9.3

TConsole 2.1

Uninstaller 1.7.3

Versions 1.51

Virtual Disk 1.3 beta 2

WDX:

CDocProp 1.2

DirSizeCalc 1.21

exeFormat 0.1 beta

Exif 1.47 beta

FileDiz 1.32

FileX 1.4

ImageInfo 1.42

Media 0.6.1

Addons:

Notepad2 1.0.12

Volkov Commander

Downoload here: link 14,2MB (press: "pobierz"; or: "pobierz - mirror")

AND my script AU3 for Silent Install to: "D:\Program Files\"

;PL
;runs the installer
Run ("tcmdpp15.exe")

WinWait ("Language / Język")
Send ("{ENTER}")
WinWait ("Instalator Total Commander PowerPack 1.5")
Send ("{ENTER}")
Send ("{ENTER}")
Send ("{ENTER}")
Send ("{ENTER}")
If FileExists("D:\Program Files\") Then
Send("{home}{del}D")
endIf
Send ("{ENTER}")
Sleep(20000)
WinClose ("Instalator Total Commander PowerPack 1.5")

;ENG
;runs the installer
Run ("tcmdpp15.exe")

WinWait ("Language / Język")
Send ("e{enter}")
WinWait ("Total Commander PowerPack 1.5 Setup")
Send ("{enter}")
Send ("{enter}")
Send ("{enter}")
Send ("{enter}")
If FileExists("D:\Program Files\") Then
Send("{home}{del}D")
endIf
Send ("{ENTER}")
Sleep(20000)
WinClose ("Total Commander PowerPack 1.5 Setup ")

That's ALL :D:thumbup

Edited by wilenty
Link to comment
Share on other sites

  • 1 year later...

Well, I made a script for TC PowerPack 1.7. Tested and working. :hello:

;English version
;runs the installer
Run ("tcmdpp17.exe")

WinWait ("Language / Jêzyk / Jazyk")
Send ("e{enter}")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Welcome to the Total Commander PowerPack 1.7 Setup Wizard")
Send ("!n")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Description Total Commander PowerPack edition")
Send ("!n")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "License Agreement")
Send ("!a")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Choose Components")
Send ("!n")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Installation type")
Send ("!n")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Choose Install Location")
Send ("!i")
WinWaitActive("Total Commander PowerPack 1.7 Setup", "Click Finish to close this wizard.")
FileCopy("wincmd.key", "C:\Program Files\TC PowerPack\")
; You can remove line above if you don't have licence key;)
WinClose ("Total Commander PowerPack 1.7 Setup ")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...