tiwas Posted September 14, 2006 Posted September 14, 2006 (edited) ****, I feel like a complete newbie! Can't seem to get this thing working...Now, on my CD I have a directory called install. This is how it looks:(CD) --- $OEM$ --- cmpnents --- DOCS --- DOTNETFX --- I386 --- install --- [cabed] (which I later renamed to 'cabed' in case it didn't handle the brackets well) --- [new] --- Alcohol 120% --- MessengerLive --- RVM --- OEMIn the \install dir I have ktool.exe, win_xp.ini (didn't bother to rename it as I wanted to get it to work first) and config.ini. The ini files are appended to this post.I've tried several ways of starting the app. The batch file I'm using is working fine - it starts ktool after detecting the CD-ROM, but starting it directly from GuiRunOnce doesn't work for some reason. The fix was to add it to another batch file which is working. I guess I'll have to figure this one out later unless someone's got any good ideas.My problem now is that ktool starts up, but just runs through the menu doing absolutely nothing at all. And there is no logfile even though I've specified the logfile dir.Could someone help me shed some light on this?Cheers!config.iniwin_xp.ini Edited September 14, 2006 by tiwas
tiwas Posted September 14, 2006 Posted September 14, 2006 Ok, managed it - but it's not consistent with the help file. Time to update?
the_doc735 Posted September 15, 2006 Posted September 15, 2006 Features:Works in GUI/Silent modeCan work from GuiRunOnce/cmdlines.txt/Detached...is there a full walk through tutorial on this please? (i.e. how to use kTool)
KenanBalamir Posted December 14, 2006 Posted December 14, 2006 http://www.freewebtown.com/kenedy/kTool/kTool.docIs not enough ?
ronnieutd Posted January 14, 2007 Posted January 14, 2007 Here it is, eventually: kTool1.1aYHi, am I overlooking the download link for the "modded" version of kTool (kTool1.1aY) ?Was it an attachment in this post/thread, etc? Can someone point me in the right direction? Thanks!
djkayos Posted January 14, 2007 Posted January 14, 2007 i need it too i have been looking for it for a while ! if anyone would suggest something better i would be very thankfull =)
testazzo Posted April 11, 2007 Posted April 11, 2007 (edited) I added some Varables to make Setup full localizzable ...[Config]...ListTitle = RunningTitle = GUITitle = OverallProgress= SoftwareInstallation = & add a Progress Type "2" lite namedProgressType = 3to install INI Files or Drivers, use this script install.cmd------------@echo offFOR %%f IN (*.inf) DO rundll32 advpack.dll,LaunchINFSection %%f,DefaultInstall------------for silent install I use ShelExec.exe /WAIT /ShowCmd:SW_HIDE install.cmd& this config.ini script....[iNIFiles] Folder = .\INIFilesFolderFiles = exeFolderSwitch = ShelExec.exe /WAIT /ShowCmd:SW_HIDE install.cmdFolderCommand = RunWait......kToolv1.2.rar Edited April 11, 2007 by testazzo 1
testazzo Posted April 13, 2007 Posted April 13, 2007 (edited) 1. Correct bug that make error in FileFolder if are more than 26 files2. Add WindowMode to each section3. Replace "regedit /s" with "regedit /s /i" that apply immediately the changes4. Add a [PRE] type in FileFolder execution to execute personal program o switches before programTO BE TESTES!!!!!(ie. [preappend data] file.ext [parameters])[PRE]Folder = .\mypathFolderFiles = msiFolderSwitch= ALLUSERS=TRUE REBOOT=SUPRESS CHECK_WGA=0 LAUNCHPROGRAM=0 LAUNCHSCAN=0 /QB-FolderCommand = PREFolderPreCommand = msiexec /i WindowMode = HideThis is same as MSI[PRE]Folder = .\mypathFolderFiles = cmdFolderCommand = PREFolderPreCommand = cmd.exe /c /K START /WAIT WindowMode = HidekToolv1.2B.rar Edited April 13, 2007 by testazzo 1
Acatincho Posted April 23, 2007 Posted April 23, 2007 (edited) how about support for windows 2003 server?edit: ok i managed to create a new ini file wich seems to work correclty with windows 2003 since most of reg keys wich the original ktoll modify are the same at windows 2k,nt,2000 and 2003.I have an additional question, how can i use the "append" setting at the ini to log-on to a remote server with diff credentials? Or if it is another work arround to reeplace this: DriveMapAdd("W:", "\\servername\c$", 0, "domain\user", "pass") to do it from the ini file Edited April 28, 2007 by Acatincho
Wizardry Posted April 30, 2007 Posted April 30, 2007 I have spent hours trying to use AutoIt and various .au3 scripts and have not been able to compile any of them without errors. I am using Scite Version 1.73 to compile and I always have errors. I have used Ktool for ages and would like to make a few changes to it (mostly sizing) if anyone has a working .au3 file which will work with the Scite complier. If you have such a script please post it.Thanks,Wiz
rickytheanuj Posted April 30, 2007 Posted April 30, 2007 Can i use it in RunOnceEx.cmd ? If yes then please describe how.Actually i want to add silent installer created using AutoIT script to RunOnceEx.cmd. Is it possible. I tried this with winamp but it didn't work.
Mann Posted May 6, 2007 Posted May 6, 2007 (edited) Need help is it possible to install selected programs on profiles without the need to click on 'start installation' button Edited May 6, 2007 by Mann
rickytheanuj Posted May 15, 2007 Posted May 15, 2007 Anybody have uncompiled working KTool.If yes then please post it here.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now