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

Jump to content


  • 8 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • You cannot start a new topic
  • You cannot reply to this topic

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

#21 User is offline   Senser 

  • Group: Members
  • Posts: 4
  • Joined: 11-September 04

Posted 24 September 2004 - 10:34 AM

@Kennedy,

The autoInstallSeconds could be handy if you don't have time to come back to the keyboard. If you use this functionality the system can be completly installed with the default software.

About navigating without mouse; totally agree, keyboardnavigation is a lot faster. Maybe you could make it like this: navigate with cursur keys, select with spacebar. In your current version, browsing through the list alone equals selecting the applications..

Can you explain what you mean with the catagory function? I cannot this back in the program.. :}


#22 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 24 September 2004 - 11:11 AM

Well, for "categories" you could make a "Program" with no parameter called [----------], and then ---------- will show up on the list, thus breaking the list into sections.

Suggestion 1: VERSION NUMBERS, so we don't get confused as to which version we have.

Suggestion 2: Unlimited amount of each function - anything can be put under [Program], and should work correctly. (ex: 3 RunWaits)

#23 User is offline   sixpack 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 515
  • Joined: 29-May 04

Posted 24 September 2004 - 03:02 PM

hmm.. got some errors (see pic) i think that the blue line on the right pane is 0:
second error when i try to edit the win_xp.ini
on my test computer the tool restores the old win_xp.ini
so even when i delete all files and copy a new set that works on my pc
it sets the old config back.
btw when i drag and drop the ini file it works :wacko:

edit:
ok the ktool copy's the ini file to Documents and Settings\name\Local Settings\Temp
i did delete it and it works fine now.

Attached File(s)

  • Attached File  error.JPG (51.46K)
    Number of downloads: 367


#24 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 27 September 2004 - 02:00 AM

edmoncu
>>wanna clarify something, where have you uploaded a newer version?
Just redowload file.

Senser
>>The autoInstallSeconds could be handy if you don't have time to come back to the keyboard.
What kind of installation would that be? Half-unattended? :wacko: I think WPI wave that functionality. Search forum for it.
>>About navigating without mouse...
I think current way is faster. Anyway I can't change it without destroying ability to select items with one click.
>>Can you explain what you mean with the catagory function?
Items show up in order that you write them in ini file. Therefore you can have all antivirus in one block, archivers in one block etc.

a06lp
>> VERSION NUMBERS
Good idea.
>>Unlimited amount of each function
Excellent idea. Could't figure out how many commands to add. 2,5,100? Unlimited is the answer :thumbup But this requires much reprogramming so will take some time.
>>Well, for "categories" you could make a "Program" with no parameter called [----------]...
It already works that way.

>>Well, for "categories" you could make a "Program" with no parameter called [----------]...
Oh, sorry it doesnt. Currently only empty sections "[]" are not selectable.

This post has been edited by kenedy: 27 September 2004 - 02:03 AM


#25 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 27 September 2004 - 04:27 AM

Offtopic
I created other tool for building unattended Windows CD's.
But it's too big to post on this forum. 120K actually but with all example and other files it takes ~1MB. Can anyone suggest a place to host it?

Ok, have it. Thanks mazin

This post has been edited by kenedy: 28 September 2004 - 09:27 AM


#26 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 28 September 2004 - 01:15 AM

Removed
Link to beta version is moved to first post.

This post has been edited by kenedy: 29 September 2004 - 08:14 AM


#27 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 28 September 2004 - 02:13 AM

Hi Kenedy

Thanks for updating your simple yet powerful tool. I like the fact that it has the functions I need and nothing more (I love the clear .ini file format).

I have one simple request though. I like the fact that Ktool selects an .ini file depending on the OS, but I would also like to specify a .ini file, WITHOUT Ktool going in to unattended mode.

Here's why I need it: During first logon, I call ktool with a .ini file that installs the default applications unattended, then I run a .vbs scripts, that detects the computer model, and either runs Ktool again with a specific .ini file for that computer (e.g. if its a notebook I would need to install notebook related software), or tells the user that it doesn’t know the computer model, and asks the user to select any extra applications by them self. This list shouldn't contain all the default programs I already installed, but only the extra programs for that OS.

- Best regards, Egil.

#28 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 28 September 2004 - 02:30 AM

egil
Sounds good.
And it fits well it new code. Will add it.
Two possible ways to to it:
1. Add key to .ini file
[Config]
Silent = 1/0
2. Add command line parameter
ktool.exe inifile.ini /silent=1
Which one would be better?

#29 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 28 September 2004 - 02:46 AM

I'd would say that the second option is better, to use a /silent switch. This way the the .ini file can be used in a non-unattended situation, thus keeping the number of .ini files down, which leads to less maintenance.

With that in mind, you should generally keep things like "silent mode", "reboot after xx seconds" - basically options that is only valid for a specific run of Ktool, and options that apply to all programs, out of the ini files, so that a .ini file can be used in as many situations as possible.

#30 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 28 September 2004 - 03:33 AM

egil
Ok, I uploaded new version of 1.0beta and added comments.

#31 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 28 September 2004 - 04:27 AM

kenedy, on Sep 28 2004, 10:33 AM, said:

egil
Ok, I uploaded new version of 1.0beta and added comments.

Great, Ill just download it from the post above, here on page 3 right?

#32 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 28 September 2004 - 04:30 AM

egil, on Sep 28 2004, 04:27 AM, said:

kenedy, on Sep 28 2004, 10:33 AM, said:

egil
Ok, I uploaded new version of 1.0beta and added comments.

Great, Ill just download it from the post above, here on page 3 right?

Right.

#33 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 29 September 2004 - 07:35 AM

Hmm when I type "ktool-1.0b inifile.ini", it starts runing a silent install. Tried "ktool-1.0b inifile.ini /silent=0" as well.

What am I doing wrong?

#34 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 29 September 2004 - 07:36 AM

From page 3:

Quote

Addition:
-New command line switch "/GUI". Forces GUI mode for specified .ini file. Default action is still silent install.
"ktool.exe someinifile.ini /gui"
-Order of command line switches is not important any more


#35 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 29 September 2004 - 07:39 AM

bah didnt see that, did you edit your post?

btw shoudn't "Aviable" be "Available"? :)

#36 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 29 September 2004 - 07:43 AM

>>bah didnt see that, did you edit your post?
Yes :whistle:
>>btw shoudn't "Aviable" be "Available"? :)
Heh, can't get it right. It's the second time i misspelled it. :)

#37 User is offline   egil 

  • Newbie
  • Group: Members
  • Posts: 47
  • Joined: 23-November 03

Posted 08 October 2004 - 06:08 AM

I'm having some trouble with Ktool. The config/inis have the correct syntax, but when I try to install something, I get this error:

Attached File(s)



#38 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 08 October 2004 - 06:18 AM

There is no error checking (currently).
Error is "can't find file specified". See at which item it happened (kTool is still running, just move error message) and check if all commands for that item are correct.

#39 User is offline   AntonP 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 17-October 04

Posted 17 October 2004 - 07:02 AM

:P First of all, i like this usefull tool very much :P

When i m making constant changes to the ini files to devellop en test my own cd i have te delete manually the ini files in the docu..............\temp directory. why are they not automickly removed?

(sorry for my english)

#40 User is offline   kenedy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 123
  • Joined: 12-February 04

Posted 17 October 2004 - 09:22 AM

AntonP
why are they not automickly removed?
I suggest you to try new beta version (link is in first post).
It works without making temp file.

Share this topic:


  • 8 Pages +
  • 1
  • 2
  • 3
  • 4
  • Last »
  • 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