Topic: SOLVED BUG #52: DPs_fnsh.cmd: error in section for KTD_M2
There seems to be some problem that happens while running DPS_FNSH.CMD.
Script works fine until ":KTD_M2" part. However, since neither CD nor HDD contain "\OEM\bin" folder variable CDDRIVE is left as empty. This in causes "IF %CDDRIVE%==: GOTO KTD_M1" line to fail because it's parsed as "IF ==: GOTO KTD_M1" which is obviously incorrect. It causes "GOTO was unexpected at this time" error and stops processing DPS_FNSH.CMD.
It seems that at least some of files that should be under CD:\OEM\bin are actually placed to CD:\$OEM$\$1 and end up being copied to C:\ during install. Or should I manually copy "bin" folder from DriverPack tool folder to CD:\$OEM$\$1\bin before creating CD image? It doesn't exist under D:\Projects\WXPSP2USVLK on my computer after running DPs_BASE.EXE. Base itself goes just fine without errors. DPs_BASE.LOG shows following lines:
2006-05-30 10:38:59 : <SLIP> Copied Intel chipset drivers' .inf files to \$OEM$\$$\INF.
2006-05-30 10:41:27 : <SLIP> Extracted bin\finish.7z to \$OEM$\$1.
2006-05-30 10:41:29 : <SLIP> Copied files necessary for KTD to \$OEM$\$1.
2006-05-30 10:41:29 : <SLIP> Updated \$OEM$\cmdlines.txt to execute DPs_ROE.cmd.
2006-05-30 10:41:29 : <SLIP> Created \$OEM\DPs_ROE.cmd batch file.
No other references to OEM or $OEM$.
Settings used:
[Settings]
type = "disc"
location = "D:\Projects\WXPSP2USVLK" (This is fresh download from MVLS)
DriverPacks = "all"
DPsMethod = "1"
finishMethod = "RunOnceEx"
[RunOnceExSettings]
startID = "default"
[OptionalSettings]
KTD = "all"
QSC = "yes"
Last edited by Bâshrat the Sneaky (2006-05-31 06:40:35)