MSFN Forum: Total Commander 6.53 + PlugIns - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Total Commander 6.53 + PlugIns Rate Topic: -----

#1 User is offline   nonobis 

  • Group: Members
  • Posts: 8
  • Joined: 22-September 05

Posted 23 September 2005 - 10:53 AM

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

Attached File(s)


This post has been edited by nonobis: 24 September 2005 - 02:04 AM



#2 User is offline   nonobis 

  • Group: Members
  • Posts: 8
  • Joined: 22-September 05

  Posted 05 October 2005 - 08:54 AM

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

#3 User is offline   wilenty 

  • Group: Members
  • Posts: 1
  • Joined: 13-March 05

  Posted 02 December 2005 - 04:37 AM

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

Quote

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

This post has been edited by wilenty: 02 December 2005 - 04:39 AM


#4 User is offline   ivicav 

  • Group: Members
  • Posts: 3
  • Joined: 22-December 06

Posted 23 December 2006 - 09:41 AM

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 ")


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy