find some errors on DPs_fnsh.cmd (as always tongue )

on :EXCEPTIONS label

...REM |   Workaround for nVidia nForce 3 ethernet.
...
devcon update "%DriverPacks%\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2" > NULL
devcon update "%DriverPacks%\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*" > NULL

NULL must be NUL

on :KTD_M1 label

... ) ELSEIF EXIST %SystemDrive%\KTDpatterns.cmd ( 
...
) ELSEIF EXIST %SystemDrive%\makePNF.exe (...

ELSEIF must be ELSE IF

on :CLEANUP label

IF ktd==no (...

ktd must be %ktd%

About newdev you could read here http://forum.driverpacks.net/viewtopic.php?id=157
I think KB883667 is depending on language. DP has integrated WindowsXP-KB883667-x86-enu.exe and you need something like WindowsXP-KB883667-x86-nld.exe smile

i think these *.cmd and *.exe files on C:\ are not normal thing

my favorite settings - RunOnceEx Method 2 KtD Disable smile

there is bug in DPBase, Bâshrat the Sneaky is working to resolve it smile i think this option will work on DPBase v6.06.1 wink
if you need CP, just rename ATICCC.ins to ATICCP.ins on OEM folder on slipstreamed winxp installation

i think in 606 has option to choose between control center and control panel of ati drivers

this question not for Bâshrat the Sneaky, just do google search like "right click ati menu remove" and get answer at http://windowsxp.mvps.org/atimenu.htm

About problem No.4. Maybe he is talking about HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion key SourcePath ?

34

(5 replies, posted in Other)

i think, at first, you need to get the tool which told you about what is that "unknown device" (for example Unknown Devices 1.2 or PCI 32 Sniffer 1.1, both found on Hiren's BootCD 8.1), second, extract with 7-zip proper DP driver pack on local disk, third, run on command prompt DevPath.exe C:\D (DevPath.exe you could get from DPbase_install_dir\bin\M2.7z and the path C:\D is correct if you extract proper driver pack in its default path smile ) and finally delete "unknown device" and try to let the system to detect the right driver. This method is correct if you use method 2 and KtD (Keep the Drivers) disable then you builded sliptsreamed winxp cd with DP. In other case you could try to use method 2, with enabled KtD and let some DP to stay on local disk after install, or use method 1, but then you need dvd, because windows xp and all DriverPacks simply do not fit on CD or maybe i'm wrong and you need RTFM tongue

Dont know about problems from 1 till 6, but i think i know where are mistypes in the problem 7 smile
So there are:

1. On the :EXCEPTIONS tab

...
REM |   Workaround for nVidia nForce 3 ethernet.
...
devcon update "%DriverPacks%\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2" >> NULL
devcon update "%DriverPacks%\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*" >> NULL

i think the correct syntax had to be:

devcon update "%DriverPacks%\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2" > NUL
devcon update "%DriverPacks%\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*" > NUL

2. On the :CLEANUP tab

...
IF EXISTS %SystemDrive%\KTDpaths.cmd DEL /F /Q %SystemDrive%\KTDpaths.cmd
IF EXISTS %SystemDrive%\KTDpatterns.cmd DEL /F /Q %SystemDrive%\KTDpatterns.cmd

must be

IF EXIST %SystemDrive%\KTDpaths.cmd DEL /F /Q %SystemDrive%\KTDpaths.cmd
IF EXIST %SystemDrive%\KTDpatterns.cmd DEL /F /Q %SystemDrive%\KTDpatterns.cmd

And then DPs_fnsh.cmd works perfectly (maybe) wink. On %systemdrive% stays only DPs_fnsh.log.

autoupdate is ok, but if it will work the same way as DP Base do then it will be catastrophe roll
after closing DP Base 6.05.1 and installing DP BAse 6.05.2, the script deleted DP Base 6.05.2 installer
and then - nothing... where is my DP Base ?
so,is it possbile to make:
1. to leave installer in some catalog for future needs in disaster case and for saving of the traffic
2. after successful installation of DP Base the new version of DP Base would launch automatically

after installing windows xp sp2 with integrated raynvm update pack 2.0.6 and  Bâshrat the Sneaky dp 6.05 (method 2, regonceex, ktd disable) on vmware some files stay on %systemdrive%: DPs_fnsh.cmd, DPs_fnsh.log (this may stay :) ) and addUsepmtimer.exe. Did these files stay on vmware only ? or maybe i made some mistakes then building my own slipstreamed winxp sp2 iso ? or maybe i need some vacation because i see invisible files ? :P

I have the same strange fonts problems smile
My Regional Options are Lithuania