![]() ![]() |
Dec 4 2007, 11:30 AM Post
#121 | |
| Newbie Group: Members Posts: 14 Joined: 24-March 06 Member No.: 91744 |
here is the source .. good work (added FontType in config) Really easy to custmize Attached File(s) |
| | |
Mar 8 2008, 05:35 AM Post
#122 | |
| Member ![]() ![]() Group: Members Posts: 111 Joined: 21-August 04 Member No.: 28415 OS: none |
Hello, i have mui.cmd file in $OEM$ on my cd file contains CODE @echo off then i have thistitle mui @echo on @echo installing MUI ".\mui\muisetup.exe" /i 0405 /d 0405 /l /f /r /s pause CODE [Config] in my ktool config file and i'm starting ktool with ktool.cmd from cmdlines.txt. Ktool.cmd containsAppend =.. [Czech mui] context = Installing Czech mui runwait = mui.cmd CODE cd ktool , but mui installation never starts.kTool.exe config/cmdlines_install.ini I have tried placing mui.cmd (notice pause at the end) to $oem$, cdroot, $oem$/ktool $oem$/ktool/config but it still don't start can you help me please? This post has been edited by Lolita: Mar 8 2008, 05:45 AM |
| | |
Mar 9 2008, 05:37 AM Post
#123 | |
| Group: Members Posts: 2 Joined: 2-March 08 Member No.: 179912 OS: none | |
| | |
Sep 23 2008, 10:53 AM Post
#124 | |
| Newbie Group: Members Posts: 19 Joined: 8-September 08 Member No.: 208933 OS: none |
This app rocks!! The only thing i would change is the option to leave the program running after the installation is done. Other than that it's perfect!
|
| | |
Nov 13 2008, 09:52 AM Post
#125 | |
| Junior ![]() Group: Members Posts: 69 Joined: 2-April 04 Member No.: 17072 |
hi, can anyone make this work for Windows Vista. I've used this tool for windows xp and it work perfect, but now i looking for a simple installer for windows vista. anyone can help me? |
| | |
Dec 4 2008, 04:17 AM Post
#126 | |
| Group: Members Posts: 1 Joined: 1-November 08 Member No.: 216966 OS: none |
ellow guys.. im nooby hear can anyone post a step by step guide how to use this tools? tnx really a big help |
| | |
Mar 25 2009, 09:38 AM Post
#127 | |
| Group: Members Posts: 7 Joined: 5-April 06 Member No.: 92783 |
For anyone trying to find updated version of this, I used the following link: http://www.msfn.org/board/index.php?act=at...&tid=28393# You need to be logged in to download it, but there's a version 1.2c! (actually says 1.1c when you run it). Some nice little niggles removed. Excellent tool, even in 2009. Oh, should say that the link is for the source code. 1 slight error is there's no space between & and the _ on line 1003. Compiled fine in Auto-it apart from that. Sin This post has been edited by Sin_of_Nature: Mar 25 2009, 09:42 AM |
| | |
Apr 23 2009, 09:45 AM Post
#128 | |
| Group: Members Posts: 5 Joined: 8-April 09 Member No.: 239519 OS: XP Pro x86 |
Exactly what I was looking for. I'll test tonight nice and simple.
This post has been edited by testtrytest: Apr 23 2009, 09:46 AM |
| | |
Apr 24 2009, 12:18 PM Post
#129 | |
| Group: Members Posts: 5 Joined: 8-April 09 Member No.: 239519 OS: XP Pro x86 |
I am a bit confused, if I compile the lastest source I have an error (Something saying -1 not existing), I am not a big user of Autoit but apparently by removing the line 65: CODE Opt("RunErrorsFatal" , 0) I don't have anymore the problem, does anyone have the same problem? Is this line important? |
| | |
Aug 3 2009, 02:19 PM Post
#130 | |
| Group: Members Posts: 1 Joined: 3-August 09 Member No.: 255053 OS: XP Pro x86 | I am a bit confused, if I compile the lastest source I have an error (Something saying -1 not existing), I am not a big user of Autoit but apparently by removing the line 65: CODE Opt("RunErrorsFatal" , 0) I don't have anymore the problem, does anyone have the same problem? Is this line important? I had the same problem and looked it up. The "RunErrorsFatal"-command was removed from AutoIt v32120. This means you must remove this line running AutoIt v32120 and later |
| | |
Aug 5 2009, 05:46 AM Post
#131 | |
| Group: Members Posts: 7 Joined: 5-April 06 Member No.: 92783 |
One thing I find strange with latest version. It fire off the software in the order of the INI file NOT the order you specify in the Profiles list For example, I put my software in Alphabetic order in the INI file (for ease of finding it). CODE [.Net Framework 2.0 SP1] context = .Net Framework 2.0 SP1 description = Installing .Net 2.0 runwait = "%wpipath%\\Install\\Net Framework 2.0\\SP1\\NetFx20SP1_x86.exe" /norestart /qb [Disable Shutdown Script] context = Disable Shutdown Script description = Disable Shutdown Script on PCs runwait = "%wpipath%\\Install\\WKIX32.EXE" -i "%wpipath%\\Install\\Tweaks\\Shutdown_Disable.kix" [Display Settings] context = Display Settings description = Sets Display Settings for Lab PCs runwait = "%wpipath%\\Install\\WKIX32.EXE" -i "%wpipath%\\Install\\Tweaks\\DisplaySettings.kix" However, In my profiles I have: CODE [Profiles] Default= Computer=|Display Settings|Disable Shutdown Script|.Net Framework 2.0 SP1 Even though .Net Framework 2.0 SP1 is listed last, it actually installs first as its 1st in the INI file. That definitely needs a bit of a code change. Just looking at the code now, as I need the software to install in a certain order. [update] I've updated the code so it installs in the order specified in the Profiles list. Anyone wanting the code/binary, just PM me. Sin This post has been edited by Sin_of_Nature: Aug 6 2009, 01:57 AM |
| | |
![]() ![]() |
| Lo-Fi Version | Time is now: 21st November 2009 - 11:18 PM |