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
![]() ![]() |
Sep 23 2005, 10:53 AM Post
#1 | |
| Group: Members Posts: 8 Joined: 22-September 05 From: France Member No.: 73968 |
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 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 ciao This post has been edited by nonobis: Sep 24 2005, 02:04 AM Attached File(s) |
| | |
Oct 5 2005, 08:54 AM Post
#2 | |
| Group: Members Posts: 8 Joined: 22-September 05 From: France Member No.: 73968 |
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 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 ... Nonobis |
| | |
Dec 2 2005, 04:37 AM Post
#3 | |
| Group: Members Posts: 1 Joined: 13-March 05 Member No.: 47562 |
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\" CODE ;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") CODE ;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 This post has been edited by wilenty: Dec 2 2005, 04:39 AM |
| | |
Dec 23 2006, 09:41 AM Post
#4 | |
| Group: Members Posts: 3 Joined: 22-December 06 Member No.: 119094 |
Well, I made a script for TC PowerPack 1.7. Tested and working. CODE ;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 ") |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 07:22 PM |