MSFN Forum: kTool (just another software selector) - MSFN Forum

Jump to content


  • 8 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • You cannot start a new topic
  • You cannot reply to this topic

kTool (just another software selector) Rate Topic: ***** 1 Votes

#101 User is offline   Djé 

  • accent artist
  • PipPipPip
  • Group: Members
  • Posts: 359
  • Joined: 10-January 06

Posted 25 April 2006 - 04:58 PM

Here it is, eventually: kTool1.1aY

This is a second modification of kTool with some improvements suggested lastly, and more:
- Get rid of the annoying quote problem. NO MORE QUOTE added by kTool.
-> Now, if you want quote, you'll have to BYO (bring your own).
- As suggested by cvd_army_com a few posts above, display a description of the Item in the GUI part of the prog.
@cvd_army_com: Good shot. Here are the adaptations I made to your code above:
- use of the 1st 'Description' directive in a section instead of a new 'AppDesc' directive.
- no use of the msgbox: I find more annoying to have to click ok (or press a key) to close it.
- repair the breaking for the last item.
- spread the multiline replacement to the Install part, where 'Description' directives are used in 1st place.

- Most important:
I've adapted the 'Replace' directive introduced in the last modified version (kTool1.1aX) to be much more flexible:
-> you can now use any variable name. Just provide the name together with the value, separated by a '-->':
e.g.
Replace = %PP%-->D:\install\
or
Replace = %myVar%-->CD

The only drawback of all these is that you'll have to adapt your .ini files to match the changes:
- adapt your 'Replace' directive
- and insert quotes where needed: arround paths or argument with spaces.

Good news, tho: I made those modifications because they were needed by another prog I've just finnished and that writes those .ini files for you! Well, it also writes RunOnceEx.cmd, config.js, install.ini & xplode.xml... There it is.

Attached File(s)


This post has been edited by Djé: 26 April 2006 - 12:16 PM



#102 User is offline   austinjreid 

  • Group: Members
  • Posts: 5
  • Joined: 10-October 05

Posted 25 May 2006 - 08:21 AM

Hi, just found this and looks great for my needs!

I have a question, I want to add a line to install a driver (executable file) without switches (manually clicking through setup). The setup will want to reboot afterwards but I want ktool to continue after reboot.

Do I do this:
say "reboot later" to the setup question and then put the line

Reboot = 1

after the runwait command?

#103 User is offline   Djé 

  • accent artist
  • PipPipPip
  • Group: Members
  • Posts: 359
  • Joined: 10-January 06

Posted 25 May 2006 - 10:09 AM

View Postaustinjreid, on May 25 2006, 04:21 PM, said:

The setup will want to reboot afterwards but I want ktool to continue after reboot.
Do I do this: say "reboot later" to the setup question and then put the line Reboot = 1 after the runwait command?

Yes.
Using a Reboot = 1 command will reboot right then (modulo a $RebootTimer period), after having scheduled itself to restart from where it stopped at next login (HKCU\...\RunOnce).

#104 User is offline   Djé 

  • accent artist
  • PipPipPip
  • Group: Members
  • Posts: 359
  • Joined: 10-January 06

Posted 30 May 2006 - 06:25 PM

Here it is, yet another version of the forked version :P

Quote

CHANGELOG:
*kToolv1.1aY ---> 'Genuine forked' version ;)

*kToolv1.1aY.1 ---> THIS version:
- Repaired the help message (spaces missing before splitting '_'s) in Func CommandLine
- FEATURE: All 'config' options defined in the \config\config.ini can now be rededined in the 'Config' section of you installation .ini file.
-> \config\config.ini is not needed anymore to customize kTool, except for translated strings, if really necessary.
- Corrected a small bug with the default title when none is provided.
- Removed the $Logging variable and options, as it was not used anymore (use $Log).


This new version is compatible with the previous one. It has just *more* possibilities...
Which will be used in the next version of the excel Progs Lists Manager. Stay tuned!

Attached File(s)



#105 User is offline   mike_jrt 

  • Group: Members
  • Posts: 8
  • Joined: 12-June 04

Posted 06 August 2006 - 02:36 AM

Please see this post:
http://www.msfn.org/board/index.php?showto...mp;#entry543686

#106 User is offline   tiwas 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 17-August 04

Posted 13 September 2006 - 11:59 PM

****, 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
  --- OEM


In 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!

Attached File(s)


This post has been edited by tiwas: 14 September 2006 - 12:00 AM


#107 User is offline   tiwas 

  • Junior
  • Pip
  • Group: Members
  • Posts: 61
  • Joined: 17-August 04

Posted 14 September 2006 - 02:01 AM

Ok, managed it - but it's not consistent with the help file. Time to update? ;)

#108 User is offline   the_doc735 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 06

  Posted 15 September 2006 - 09:22 AM

View Postkenedy, on Sep 23 2004, 01:09 PM, said:

Features:
Works in GUI/Silent mode
Can work from GuiRunOnce/cmdlines.txt/Detached


...is there a full walk through tutorial on this please? (i.e. how to use kTool)

:rolleyes:

#109 User is offline   KenanBalamir 

  • Junior
  • Pip
  • Group: Members
  • Posts: 58
  • Joined: 16-April 05

Posted 14 December 2006 - 05:32 PM

http://www.freewebtown.com/kenedy/kTool/kTool.doc


Is not enough ?

#110 User is offline   ronnieutd 

  • Group: Members
  • Posts: 1
  • Joined: 27-October 06

Posted 13 January 2007 - 06:20 PM

View PostDjé, on Apr 25 2006, 04:58 PM, said:

Here it is, eventually: kTool1.1aY
Hi, 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!

#111 User is offline   djkayos 

  • Group: Members
  • Posts: 1
  • Joined: 08-May 06

Posted 13 January 2007 - 06:58 PM

i need it too i have been looking for it for a while ! if anyone would suggest something better i would be very thankfull =)

#112 User is offline   diginode 

  • Newbie
  • Group: Members
  • Posts: 24
  • Joined: 05-September 06
  • OS:XP Pro x86
  • Country: Country Flag

Posted 19 January 2007 - 07:57 AM

pls post new working link fo ktool....

#113 User is offline   Yurek3 

  • Member
  • PipPip
  • Group: Members
  • Posts: 270
  • Joined: 23-November 04

Posted 19 January 2007 - 02:14 PM

Attached File  KTOOL.AU3 (41.95K)
Number of downloads: 141

All for You

#114 User is offline   testazzo 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 24-March 06

Posted 11 April 2007 - 07:49 AM

I added some Varables to make Setup full localizzable ...

[Config]
...
ListTitle =
RunningTitle =
GUITitle =
OverallProgress=
SoftwareInstallation =

& add a Progress Type "2" lite named
ProgressType = 3

to install INI Files or Drivers, use this script

install.cmd
------------
@echo off
FOR %%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 = .\INIFiles
FolderFiles = exe
FolderSwitch = ShelExec.exe /WAIT /ShowCmd:SW_HIDE install.cmd
FolderCommand = RunWait
......

Attached File(s)


This post has been edited by testazzo: 11 April 2007 - 07:53 AM


#115 User is offline   testazzo 

  • Newbie
  • Group: Members
  • Posts: 14
  • Joined: 24-March 06

Posted 13 April 2007 - 10:07 AM

1. Correct bug that make error in FileFolder if are more than 26 files

2. Add WindowMode to each section

3. Replace "regedit /s" with "regedit /s /i" that apply immediately the changes

4. Add a [PRE] type in FileFolder execution to execute personal program o switches before program

TO BE TESTES!!!!!

(ie. [preappend data] file.ext [parameters])


[PRE]
Folder = .\mypath
FolderFiles = msi
FolderSwitch= ALLUSERS=TRUE REBOOT=SUPRESS CHECK_WGA=0 LAUNCHPROGRAM=0 LAUNCHSCAN=0 /QB-
FolderCommand = PRE
FolderPreCommand = msiexec /i
WindowMode = Hide

This is same as MSI

[PRE]
Folder = .\mypath
FolderFiles = cmd
FolderCommand = PRE
FolderPreCommand = cmd.exe /c /K START /WAIT
WindowMode = Hide

Attached File(s)


This post has been edited by testazzo: 13 April 2007 - 10:09 AM


#116 User is offline   Acatincho 

  • Newbie
  • Group: Members
  • Posts: 23
  • Joined: 30-March 05

Posted 22 April 2007 - 06:24 PM

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

This post has been edited by Acatincho: 28 April 2007 - 05:31 PM


#117 User is offline   Wizardry 

  • Group: Members
  • Posts: 2
  • Joined: 15-May 05

Posted 30 April 2007 - 10:41 AM

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

#118 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 09-April 07

Posted 30 April 2007 - 11:29 AM

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.

#119 User is offline   Mann 

  • Junior
  • Pip
  • Group: Members
  • Posts: 95
  • Joined: 02-October 03

Posted 06 May 2007 - 03:20 AM

Need help :blushing: is it possible to install selected programs on profiles without the need to click on 'start installation' button :unsure:

This post has been edited by Mann: 06 May 2007 - 03:20 AM


#120 User is offline   rickytheanuj 

  • Member
  • PipPip
  • Group: Members
  • Posts: 264
  • Joined: 09-April 07

Posted 15 May 2007 - 02:21 PM

Anybody have uncompiled working KTool.

If yes then please post it here.

Share this topic:


  • 8 Pages +
  • « First
  • 4
  • 5
  • 6
  • 7
  • 8
  • 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 - 2013 msfn.org
Privacy Policy