nonobis Posted September 23, 2005 Posted September 23, 2005 (edited) 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 ! -> i have allowed only the french language file and default file ....-> the settings file is in Total Commander directoryStep 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 ScriptCode for RunOnceEx :cmdow @ /HID@echo offREG ADD %KEY%\019 /VE /D "Total Commander 6.53 + Plugins" /fREG ADD %KEY%\019 /V 1 /D "%SYSTEMDRIVE%\appz\Tcmd\setup /VERYSILENT" /fEXIT B) ciaototalcommander.iss Edited September 24, 2005 by nonobis
nonobis Posted October 5, 2005 Author Posted October 5, 2005 Total Commander 6.53 & A few plugins - MSI Installer 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 InsThe msi contains (7zipped) :Total Commander 6.53a few plugins pre-installed (20 approximatly)all language pre-installedShortcut : - in the quick launch - in the start - MSI uninstaller enabledMy 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 /quietSorry for my english grammar ... sometimes she sucks ....please send me feedback ...Ciao ... B) Nonobis
wilenty Posted December 2, 2005 Posted December 2, 2005 (edited) 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 CommanderDownoload here: link 14,2MB (press: "pobierz"; or: "pobierz - mirror")AND my script AU3 for Silent Install to: "D:\Program Files\";PL;runs the installerRun ("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\") ThenSend("{home}{del}D")endIfSend ("{ENTER}")Sleep(20000)WinClose ("Instalator Total Commander PowerPack 1.5");ENG;runs the installerRun ("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\") ThenSend("{home}{del}D")endIfSend ("{ENTER}")Sleep(20000)WinClose ("Total Commander PowerPack 1.5 Setup ")That's ALL Edited December 2, 2005 by wilenty
ivicav Posted December 23, 2006 Posted December 23, 2006 Well, I made a script for TC PowerPack 1.7. Tested and working. ;English version;runs the installerRun ("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 ")
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now