What shoul I do?
Use Method 2 for a change?
You are not logged in. Please login or register.
DriverPacks.net Forum » Posts by Helmi
What shoul I do?
Use Method 2 for a change?
Not sure which of the devices listed you were referring to but the one with MP3 in the name states the following:
7. Creative EAX Console update for users with a Creative MP3 player (3.94 MB)
How is that supposedly NOT an MP3 player?
You mean, update them after you have already installed the system and not just integrate the newer drivers into your CD, right?
Yes, that's quite possible, don't see why it wouldn't.
All the DriverPacks basically do is update the already included (by MS) drivers and add some missing ones.
When you install Windows, it checks for the latest available driver for each device and uses that.
If new drivers have been released, just go to the device manager, open properties for the specific device and go "update drivers".
Windows will update them provided they are newer than the already installed ones.
I don't think drivers for MP3 players necessairly have to be included in the Sound DriverPacks, moreso since they are already quite big in size.
IMO they'd better fit either into the Misc 3rd Party DP or a whole new 3rdP DP on their own.
Zipped file package:
ftp://61.56.86.122/pc/hda/alc880d/WDM_R141.zip
ftp://202.65.194.18/pc/hda/alc880d/WDM_R141.zip
ftp://152.104.238.194/pc/hda/alc880d/WDM_R141.zip
DL seems to be very slow, though...
All 3rd Party DriverPacks will be added as long as you put them into the right folder and they follow the proper file structure and nomenclature.
BASE isn't too comprehensive about them, unfortunately.
An option to deselect specific packs for this very slipstream would be neat so you don't have to rename or move them
Virtual PC does not have hardware support, hence driverpacks will show no effects.
Exactly.
Besides, since I'm using a edicated PC for testing, I can keep working on my primary machien when testing the disk and it doesn't drain any rescources as a VM would do.
I tell you, these RWs are really, really handy
I've threw away a lot of CDs trying to get this to work, and really can't afford to waste any more.. not your (Bâshrat the Sneaky's) fault, just that I've wasted about 20 CDs, and 30 DVDs this month trying a lot of things out.. >.<
I know it sounds rather obvious but did you ever consider using a RW disk for these purposes?
I don't know of a single CD/DVD burner that does not support writing to RW media.
So far, I have only burnt maybe two CD-Rs with a UWXPCD, however I have created countless CD-RWs (on the same disk, btw!), which all work very fine.
I have yet to notice a difference to using an R medium instead of an RW (maybe read times are a little bit faster but not as much as to influence installation times noticeable).
Please look in the hwids in your driverpack if there is an error.
Hello bashrat i have request not to use "cmdow.exe" anymore, because this files is being blocked by many antivirus software. So this command doesn't work properly in your batchfiles.
You only need to exclude the file in your AV software.
Once you've done that (and don't change paths of where the DriverPacks are located) it should not bother you ever again.
It doesn't for me any longer at least so it was just a minor hassle (and a big bigger confusion because of a possible infection, but we already cleared that ).
If it's only a INF listing issue one has to wonder why ATi dropped "support" for those cards...
But then again, I really don't get why I can't install the default CATs on my notebook with Mobility X700, either.
I have to rely on this tool (http://driverheaven.net/patje/), which, AFAIK, only modifies the INF entries.
Of course, it's not an issue with the DriverPacks, just pointing out...
Now, this will become somewhat tricky I presume.
Since ATi decided to take out any support for cards older than 9600, we now need both CAT 6.5 (the latest to support those now canned cards) as well as CAT 6.6 (or newer, when released) to be included.
Unless there's an easy way to re-integrate support for those cards, that will mean the DriverPacks must contain both drivers, increasing filesize quite noticeably (not that I would have any problems with that but some users are already running on their CD's last MBs )
What's the advantage of it?
(not of GNU/GPL, but the actual software )
Could have been here, I figure
Have a look right here.
Actually, it's pretty easy.
Just take an arbitrary (except for Mass Storage maybe) DP as an example and build your own pack according to the guide.
Also, there's a specific 3rd Party DP section on these boards where you can then publish your pack.
GL!
Thanks, I found that out myself in the meantime
The trick is to simply check "delete CAT files" in nLite.
Since I already disabled the WFP, it's no big deal.
I don't care about some certificate form MS anyhow.
As long as the driver's stable that's enough for me.
That said, I successfully finished the second installation, but the CCC problem remains.
Having access to the DP log file, I will post that now.
C:\WINDOWS\system32>CMDOW @ /HID
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | |
C:\WINDOWS\system32>REM | Only edit this file if you know what you're doing! |
C:\WINDOWS\system32>REM | |
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | Editable variables. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET DriverPacks=C:\D
C:\WINDOWS\system32>SET D=C:\WINDOWS\system32\drivers
C:\WINDOWS\system32>SET S=C:\WINDOWS\system32
C:\WINDOWS\system32>SET DPS_TMP=C:\WINDOWS\DPs_temp
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | DriverPack Graphics A control panels. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET C=C:\D\G
C:\WINDOWS\system32>IF NOT EXIST C:\D\G\A\1 GOTO DP_GA_2
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\atioglx1.dll (
IF EXIST C:\ATICCC.ins (
C:\D\G\A\1\ATICCC.exe -y -oC:\WINDOWS\DPs_temp
MSIEXEC /i C:\WINDOWS\DPs_temp\ISScript9.Msi /qn /norestart
MSIEXEC /i C:\WINDOWS\DPs_temp\ATICCC.msi /qn /norestart
RD /S /Q C:\WINDOWS\DPs_temp
)
IF EXIST C:\ATICCP.ins (
C:\D\GA\1\ATICCP.exe -y -oC:\WINDOWS\DPs_temp
START /WAIT C:\WINDOWS\DPs_temp\Setup.exe /K
RD /S /Q C:\WINDOWS\DPs_temp
)
)
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | DriverPack Graphics B control panels. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET C=C:\D\G
C:\WINDOWS\system32>IF NOT EXIST C:\D\G\3\1 GOTO DP_GB_2
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\3dfxV2ps.dll (C:\D\G\3\1\V2_OC_control_panel.exe)
C:\WINDOWS\system32>IF NOT EXIST C:\D\G\S\1 GOTO DP_GB_3
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\sisgrp.sys (
C:\D\G\S\1\UVGA3.exe -y -oC:\WINDOWS\DPs_temp
START /WAIT C:\WINDOWS\DPs_temp\setup.exe -s
RD /S /Q C:\WINDOWS\DPs_temp
)
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | DriverPack Graphics C control panels. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET C=C:\D\G
C:\WINDOWS\system32>IF NOT EXIST C:\D\G\A\3 GOTO DP_GC_2
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\atioglgl.dll (
C:\D\G\A\3\CPanel.exe -y -oC:\WINDOWS\DPs_temp
START /WAIT C:\WINDOWS\DPs_temp\Setup.exe /K
RD /S /Q C:\WINDOWS\DPs_temp
)
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | DriverPack Sound A control panels. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET C=C:\D\S
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\CR GOTO DP_SA_2
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\ha10kx2k.sys (
IF EXIST C:\WINDOWS\system32\drivers\ha20x2k.sys IF EXIST C:\D\S\CR\1\Ctzapxx.ini (
EXPAND -R C:\D\S\CR\1\*.* C:\D\S\CR
EXPAND -R C:\D\S\CR\1\common\*.* C:\D\S\CR\1\common
EXPAND -R C:\D\S\CR\1\common\i386\*.* C:\D\S\CR\1\common\i386
EXPAND -R C:\D\S\CR\1\lang\*.* C:\D\S\CR\1\lang
EXPAND -R C:\D\S\CR\1\lang\i386\*.* C:\D\S\CR\1\lang\i386
EXPAND -R C:\D\S\CR\1\win2k_xp\*.* C:\D\S\CR\1\win2k_xp
EXPAND -R C:\D\S\CR\1\win2k_xp\data\*.* C:\D\S\CR\1\win2k_xp\data
EXPAND -R C:\D\S\CR\1\win2k_xp\i386\*.* C:\D\S\CR\1\win2k_xp\i386
DEL /Q C:\D\S\CR\1*.??_
DEL /Q C:\D\S\CR\1\common\*.??_
DEL /Q C:\D\S\CR\1\common\i386\*.??_
DEL /Q C:\D\S\CR\1\lang\*.??_
DEL /Q C:\D\S\CR\1\lang\i386\*.??_
DEL /Q C:\D\S\CR\1\win2k_xp\*.??_
DEL /Q C:\D\S\CR\1\win2k_xp\data\*.??_
DEL /Q C:\D\S\CR\1\win2k_xp\i386\*.??_
COPY /Y C:\D\S\CR\1\common\i386\CtCtlPan.cpl C:\WINDOWS\system32\ 1>NUL
COPY /Y C:\D\S\CR\1\common\i386\CtPanel.exe C:\WINDOWS\system32\ 1>NUL
START C:\D\S\CR\1\CTZAPXX.exe /S
GOTO DP_SA_2
)
IF EXIST C:\D\S\CR\2\Ctzapxx.ini (
EXPAND -R C:\D\S\CR\2\*.* C:\D\S\CR
EXPAND -R C:\D\S\CR\2\common\*.* C:\D\S\CR\2\common
EXPAND -R C:\D\S\CR\2\common\i386\*.* C:\D\S\CR\2\common\i386
EXPAND -R C:\D\S\CR\2\lang\*.* C:\D\S\CR\2\lang
EXPAND -R C:\D\S\CR\2\lang\i386\*.* C:\D\S\CR\2\lang\i386
EXPAND -R C:\D\S\CR\2\win2k_xp\*.* C:\D\S\CR\2\win2k_xp
EXPAND -R C:\D\S\CR\2\win2k_xp\data\*.* C:\D\S\CR\2\win2k_xp\data
EXPAND -R C:\D\S\CR\2\win2k_xp\i386\*.* C:\D\S\CR\2\win2k_xp\i386
DEL /Q C:\D\S\CR\2*.??_
DEL /Q C:\D\S\CR\2\common\*.??_
DEL /Q C:\D\S\CR\2\common\i386\*.??_
DEL /Q C:\D\S\CR\2\lang\*.??_
DEL /Q C:\D\S\CR\2\lang\i386\*.??_
DEL /Q C:\D\S\CR\2\win2k_xp\*.??_
DEL /Q C:\D\S\CR\2\win2k_xp\data\*.??_
DEL /Q C:\D\S\CR\2\win2k_xp\i386\*.??_
COPY /Y C:\D\S\CR\2\common\i386\CtCtlPan.cpl C:\WINDOWS\system32\ 1>NUL
COPY /Y C:\D\S\CR\2\common\i386\CtPanel.exe C:\WINDOWS\system32\ 1>NUL
START C:\D\S\CR\2\CTZAPXX.exe /S
)
)
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\CR\3 GOTO DP_SA_3
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\P17.sys (
IF EXIST C:\D\S\CR\3\Ctzapxx.in_ (
EXPAND -R C:\D\S\CR\3\*.* C:\D\S\CR\3
EXPAND -R C:\D\S\CR\3\AddOn\*.* C:\D\S\CR\3\AddOn
EXPAND -R C:\D\S\CR\3\Common\*.* C:\D\S\CR\3\Common
EXPAND -R C:\D\S\CR\3\Lang\i386\*.* C:\D\S\CR\3\Lang\i386
EXPAND -R C:\D\S\CR\3\Win2K_XP\*.* C:\D\S\CR\3\Win2K_XP
EXPAND -R C:\D\S\CR\3\Win2K_XP\i386\*.* C:\D\S\CR\3\Win2K_XP\i386
DEL /Q C:\D\S\CR\3\*.??_
DEL /Q C:\D\S\CR\3\AddOn\*.??_
DEL /Q C:\D\S\CR\3\Common\*.??_
DEL /Q C:\D\S\CR\3\Lang\i386\*.??_
DEL /Q C:\D\S\CR\3\Win2K_XP\*.??_
DEL /Q C:\D\S\CR\3\Win2K_XP\i386\*.??_
)
START C:\D\S\CR\3\CTZapxx.Exe /S
)
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\N\AudioUtl.exe GOTO DP_SA_4
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\nvapu.sys (
START /WAIT C:\D\S\N\AudioUtl.exe -y -oC:\WINDOWS\DPs_temp
START /WAIT C:\WINDOWS\DPs_temp\Setup.exe -s -f1
RD /S /Q C:\WINDOWS\DPs_temp
)
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\T\2\Setup.ex_ GOTO DP_SA_5
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\V\1\V_ENVY.exe GOTO DP_SA_6
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\V\2\CPL.exe GOTO DP_SA_7
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\vinyl97.sys START /WAIT C:\D\S\V\2\CPL.exe -y -oC:\WINDOWS\system32\
C:\WINDOWS\system32>REN C:\WINDOWS\system32\ADeck.ex ADeck.exe
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | DriverPack Sound B control panels. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET C=C:\D\S
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\T\3\T_3.exe GOTO DP_SB_2
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\cmaudio.sys START C:\D\S\T\3\T_3.exe
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\T\4\T_SSU.exe GOTO DP_SB_3
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\TT1724ht.sys START C:\D\S\T\4\T_SSU.exe
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\T\5\T_DMX.exe GOTO DP_SB_4
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\dmxsens.sys START C:\D\S\T\5\T_DMX.EXE
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\S\U GOTO DP_SB_5
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\sthda.sys (
COPY /Y C:\D\S\S\U\stlang.dll C:\WINDOWS\system32 1>NUL
COPY /Y C:\D\S\S\U\stacgui.dll C:\WINDOWS\system32 1>NUL
COPY /Y C:\D\S\S\U\stacgui.cpl C:\WINDOWS\system32 1>NUL
MD "C:\Programme\Sigmatel\C-Major Audio\STACGUI"
COPY /Y C:\D\S\S\U\sttray.exe "C:\Programme\Sigmatel\C-Major Audio\STACGUI" 1>NUL
COPY /Y C:\D\S\S\U\stlang.dll "C:\Programme\Sigmatel\C-Major Audio\WDM" 1>NUL
)
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\SI\1\SI_7012.exe GOTO DP_SB_6
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\sis7012.sys (START C:\D\S\SI\1\SI_7012.exe x -y -oC:\WINDOWS\system32\ )
C:\WINDOWS\system32>IF NOT EXIST C:\D\S\SI\2\SI_7018.exe GOTO DP_SB_7
C:\WINDOWS\system32>IF EXIST C:\WINDOWS\system32\drivers\sis7018.sys (START C:\D\S\SI\2\SI_7018.exe x -y -oC:\WINDOWS\system32\ )
C:\WINDOWS\system32>GOTO EXCEPTIONS
C:\WINDOWS\system32>SET T=C:\tmp.txt
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | Workaround for AMD Athlon 64 X2 CPU's lagging issues. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>devcon find ACPI\AUTHENTICAMD_-_X86_FAMILY_15_MODEL_* 1>>C:\tmp.txt
C:\WINDOWS\system32>agrep -s -ci "AMD Athlon(tm) 64 X2 Dual Core" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (addUsepmtimer.exe)
C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | Workaround for nVidia nForce 3 ethernet. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>devcon find "PCI\VEN_10DE&DEV_00DF" 1>>C:\tmp.txt
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_E0001458&REV_A2" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (
devcon update "C:\D\L\NV\123\nvnetbus.inf" "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2" 1>NULL
devcon update "C:\D\L\NV\123\nvnetfd.inf" "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV*" 1>NULL
)
C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | Workaround for Hercules Fortissimo, Game Theater and Digifire APU's. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>devcon find "PCI\VEN_1013&DEV_6003*" 1>>C:\tmp.txt
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_005014AF" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_005014AF" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00501681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00501681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00521681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00521681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00531681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00531681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00541681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00541681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0111681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0111681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0121681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0121681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_00511681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_00511681" )
C:\WINDOWS\system32>agrep -s -ci "SUBSYS_A0101681" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "PCI\VEN_1013&DEV_6003&SUBSYS_A0101681" )
C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt
C:\WINDOWS\system32>devcon find "HERCULES\*" 1>>C:\tmp.txt
C:\WINDOWS\system32>agrep -s -ci "GTXP_WDM_INTERFACE" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP_WDM_INTERFACE" )
C:\WINDOWS\system32>agrep -s -ci "GF3_WDM_INTERFACE" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF3_WDM_INTERFACE" )
C:\WINDOWS\system32>agrep -s -ci "GF2_WDM_INTERFACE" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GF2_WDM_INTERFACE" )
C:\WINDOWS\system32>agrep -s -ci "DFIRE_WDM_INTERFACE" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\DFIRE_WDM_INTERFACE" )
C:\WINDOWS\system32>agrep -s -ci "GTXP71_WDM_INTERFACE" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\GTXP71_WDM_INTERFACE" )
C:\WINDOWS\system32>agrep -s -ci "PNPB02F" C:\tmp.txt
C:\WINDOWS\system32>IF 9009 GEQ 1 (devcon install "C:\D\S\H\2\wdmaherc.inf" "HERCULES\*PNPB02F" )
C:\WINDOWS\system32>DEL /F /Q C:\tmp.txt
C:\WINDOWS\system32>REM +==========================================================================+
C:\WINDOWS\system32>REM | KTD (Keep The Drivers) commands. |
C:\WINDOWS\system32>REM |--------------------------------------------------------------------------|
C:\WINDOWS\system32>SET tagfile=\OEM\bin
C:\WINDOWS\system32>FOR %i IN (c d e f g h i j k l m n o p q r s t u v w x y z) DO IF EXIST "%i:\OEM\bin" SET CDDRIVE=%i:
C:\WINDOWS\system32>IF EXIST "c:\OEM\bin" SET CDDRIVE=c:
C:\WINDOWS\system32>IF EXIST "d:\OEM\bin" SET CDDRIVE=d:
C:\WINDOWS\system32>IF EXIST "e:\OEM\bin" SET CDDRIVE=e:
C:\WINDOWS\system32>IF EXIST "f:\OEM\bin" SET CDDRIVE=f:
C:\WINDOWS\system32>IF EXIST "g:\OEM\bin" SET CDDRIVE=g:
C:\WINDOWS\system32>IF EXIST "h:\OEM\bin" SET CDDRIVE=h:
C:\WINDOWS\system32>IF EXIST "i:\OEM\bin" SET CDDRIVE=i:
C:\WINDOWS\system32>IF EXIST "j:\OEM\bin" SET CDDRIVE=j:
C:\WINDOWS\system32>IF EXIST "k:\OEM\bin" SET CDDRIVE=k:
C:\WINDOWS\system32>IF EXIST "l:\OEM\bin" SET CDDRIVE=l:
C:\WINDOWS\system32>IF EXIST "m:\OEM\bin" SET CDDRIVE=m:
C:\WINDOWS\system32>IF EXIST "n:\OEM\bin" SET CDDRIVE=n:
C:\WINDOWS\system32>IF EXIST "o:\OEM\bin" SET CDDRIVE=o:
C:\WINDOWS\system32>IF EXIST "p:\OEM\bin" SET CDDRIVE=p:
C:\WINDOWS\system32>IF EXIST "q:\OEM\bin" SET CDDRIVE=q:
C:\WINDOWS\system32>IF EXIST "r:\OEM\bin" SET CDDRIVE=r:
C:\WINDOWS\system32>IF EXIST "s:\OEM\bin" SET CDDRIVE=s:
C:\WINDOWS\system32>IF EXIST "t:\OEM\bin" SET CDDRIVE=t:
C:\WINDOWS\system32>IF EXIST "u:\OEM\bin" SET CDDRIVE=u:
C:\WINDOWS\system32>IF EXIST "v:\OEM\bin" SET CDDRIVE=v:
C:\WINDOWS\system32>IF EXIST "w:\OEM\bin" SET CDDRIVE=w:
C:\WINDOWS\system32>IF EXIST "x:\OEM\bin" SET CDDRIVE=x:
C:\WINDOWS\system32>IF EXIST "y:\OEM\bin" SET CDDRIVE=y:
C:\WINDOWS\system32>IF EXIST "z:\OEM\bin" SET CDDRIVE=z:
C:\WINDOWS\system32>IF 'd:' == '' GOTO KTD_M1
C:\WINDOWS\system32>SET method=2
C:\WINDOWS\system32>IF EXIST d:\OEM\bin\makePNF.exe (
REM 1st sublevel
SET ktd=yes
IF EXIST d:\OEM\bin\KTDpaths.cmd (d:\OEM\bin\KTDpaths.cmd) ELSE (
START d:\OEM\bin\WatchDSP.exe
START d:\OEM\bin\CloseDSP.exe
START d:\OEM\bin\hideMakePNF.exe
START /WAIT d:\OEM\bin\makePNF.exe C:\D
TASKKILL /F /IM CloseDSP.exe /IM hideMakePNF.exe /IM WatchDSP.exe
)
) ELSE (
REM 1st sublevel
IF EXIST d:\OEM\bin\KTDpatterns.cmd (
d:\OEM\bin\KTDpatterns.cmd
REM 2nd sublevel
) ELSE (
REM 2nd sublevel
SET ktd=no
d:\OEM\bin\DevPath.exe C:\WINDOWS\Inf
)
)
C:\WINDOWS\system32>GOTO 3PSCRIPT
C:\WINDOWS\system32>IF EXIST C:\3pscript.cmd (START /WAIT C:\3pscript.cmd )
C:\WINDOWS\system32>GOTO CLEANUP
C:\WINDOWS\system32>IF ktd == no (RD /S /Q C:\D )
C:\WINDOWS\system32>IF method == 1 (
DEL /F /Q C:\CloseDSP.exe
DEL /F /Q C:\hideMakePNF.exe
DEL /F /Q C:\robocopy.exe
DEL /F /Q C:\WatchDSP.exe
IF EXIST C:\KTDpaths.cmd DEL /F /Q C:\KTDpaths.cmd
IF EXIST C:\KTDpatterns.cmd DEL /F /Q C:\KTDpatterns.cmd
)
C:\WINDOWS\system32>DEL /F /Q C:\addUsepmtimer.exe
C:\WINDOWS\system32>DEL /F /Q C:\agrep.exe
C:\WINDOWS\system32>DEL /F /Q C:\devcon.exe
C:\WINDOWS\system32>DEL /F /Q C:\fnsh_log.cmd
C:\WINDOWS\system32>DEL /F /Q C:\DPs_fnsh.cmd
Oh, btw, the D folder also didn't get deleted again, although I made 100% sure I checked no KtD in the settings...
So, this is the first time I tried to install with BASE 6.06.1 on my laptop hoping the CCC/CP selection would work now (it didn'T wit hprevious versions) and this is what I encountered:
Previously, neither the CCC nor the CP would get installed.
Now, even though I selected CCC in the BASE, CP got installed instead.
Ok, better than having neither installed but still not exactly what I wanted
I'm not sure why this is the case, however, with the old script BASE, it would always install the CP on my laptop, but the CCC on my desktop.
Maybe it has to do with the device IDs, something about the Mobility X700.
So here they are:
[PCI Devices]
PCI\VEN_1002&DEV_5653&SUBSYS_00701025&REV_00\4&266C3FA7&0&0008: ATI MOBILITY RADEON X700
PCI\VEN_104C&DEV_8026&SUBSYS_00701025&REV_00\4&1D3F0FBB&0&38F0: Texas Instruments OHCI-konformer IEEE 1394-Hostcontroller
PCI\VEN_1217&DEV_7110&SUBSYS_00701025&REV_00\4&1D3F0FBB&0&4AF0: O2Micro OZ711Mx MemoryCardBus Accelerator
PCI\VEN_1217&DEV_7223&SUBSYS_00701025&REV_00\4&1D3F0FBB&0&48F0: Standard-CardBus-Controller
PCI\VEN_1217&DEV_7223&SUBSYS_00701025&REV_00\4&1D3F0FBB&0&49F0: Standard-CardBus-Controller
PCI\VEN_1217&DEV_7223&SUBSYS_00701025&REV_00\4&1D3F0FBB&0&4BF0: Standard-CardBus-Controller
PCI\VEN_14E4&DEV_169C&SUBSYS_00701025&REV_03\4&1D3F0FBB&0&30F0: Broadcom NetLink (TM) Gigabit Ethernet
PCI\VEN_8086&DEV_2448&SUBSYS_00000000&REV_D4\3&B1BFB68&0&F0 : Intel(R) 82801 PCI Bridge - 2448
PCI\VEN_8086&DEV_2590&SUBSYS_00000000&REV_03\3&B1BFB68&0&00 : Mobile Intel(R) 915GM/PM/GMS/910GML Express Processor to DRAM Controller - 2590
PCI\VEN_8086&DEV_2591&SUBSYS_00000000&REV_03\3&B1BFB68&0&08 : Mobile Intel(R) 915GM/PM Express PCI Express Root Port - 2591
PCI\VEN_8086&DEV_2641&SUBSYS_00000000&REV_04\3&B1BFB68&0&F8 : Intel(R) 82801FBM LPC Interface Controller - 2641
PCI\VEN_8086&DEV_2653&SUBSYS_00701025&REV_04\3&B1BFB68&0&FA : Intel(R) 82801FBM Ultra ATA Storage Controllers - 2653
PCI\VEN_8086&DEV_2658&SUBSYS_00701025&REV_04\3&B1BFB68&0&E8 : Intel(R) 82801FB/FBM USB Universal Host Controller - 2658
PCI\VEN_8086&DEV_2659&SUBSYS_00701025&REV_04\3&B1BFB68&0&E9 : Intel(R) 82801FB/FBM USB Universal Host Controller - 2659
PCI\VEN_8086&DEV_265A&SUBSYS_00701025&REV_04\3&B1BFB68&0&EA : Intel(R) 82801FB/FBM USB Universal Host Controller - 265A
PCI\VEN_8086&DEV_265B&SUBSYS_00701025&REV_04\3&B1BFB68&0&EB : Intel(R) 82801FB/FBM USB Universal Host Controller - 265B
PCI\VEN_8086&DEV_265C&SUBSYS_00701025&REV_04\3&B1BFB68&0&EF : Intel(R) 82801FB/FBM USB2 Enhanced Host Controller - 265C
PCI\VEN_8086&DEV_2660&SUBSYS_00000000&REV_04\3&B1BFB68&0&E0 : Intel(R) 82801FB/FBM PCI Express Root Port - 2660
PCI\VEN_8086&DEV_2662&SUBSYS_00000000&REV_04\3&B1BFB68&0&E1 : Intel(R) 82801FB/FBM PCI Express Root Port - 2662
PCI\VEN_8086&DEV_2664&SUBSYS_00000000&REV_04\3&B1BFB68&0&E2 : Intel(R) 82801FB/FBM PCI Express Root Port - 2664
PCI\VEN_8086&DEV_2668&SUBSYS_00701025&REV_04\3&B1BFB68&0&D8 : Microsoft UAA Bus Driver for High Definition Audio
PCI\VEN_8086&DEV_266A&SUBSYS_00701025&REV_04\3&B1BFB68&0&FB : Intel(R) 82801FB/FBM SMBus Controller - 266A
PCI\VEN_8086&DEV_4223&SUBSYS_10018086&REV_05\4&1D3F0FBB&0&18F0: Intel(R) PRO/Wireless 2915ABG Network Connection
23 matching device(s) found.
[USB Devices]
USB\ROOT_HUB\4&2DDB127&0 : USB-Root-Hub
USB\ROOT_HUB\4&38C7C80D&0 : USB-Root-Hub
USB\ROOT_HUB\4&5F6DE3A&0 : USB-Root-Hub
USB\ROOT_HUB\4&B934A7D&0 : USB-Root-Hub
USB\ROOT_HUB20\4&50C6552&0 : USB-Root-Hub
USB\VID_045E&PID_001E\5&18CE9FAF&0&2 : Microsoft IntelliMouse Explorer (USB)
6 matching device(s) found.
[Unknown Devices]
No matching devices found.
On another note, using the orinial Catalyst drivers from ATi's page I could never install them without applying the Mobility Modder first.
So, I'm happy the DriverPacks will install the drivers, but I would be even more if also the CCC would get installed
Any ideas?
PS: Unfortunately I don't have the log files anymore since Sereby just released his new packs yesterday and I tried to reinstall.
However, something with his CATs seems to be bugged so the installation runs endlessly at T-39.
I had it run for about 9 hours when I cancelled it, so currently, there's no log files on the system nor a proper XP installation...
Newer than those in the DP S A (Realtek HD Audio (onboard on Intel chipsets) 10/27/2004, 5.10.0.5034)
Yes, I know, but I never use KtD (always disabled), so this is a bit strange, huh?
Hm, the log files are normal (obviously!), but the D folder shouldn't be there.
At least, it never was for me, but when I installed yesterday, with the settings I've been using five times before, it didn't get deleted, either.
About to reinstall anyway since there's new Sereby Packs out, but if you mind, check out those log files, maybe there was an error when it tried to delete the D folder...
The raid drivers from the driverpacks looks not compattible with my raid controller (onboard, Promise Fasttrak133 'lite'). With my own raid drivers supplied with the mainboard (MSI 6380 Ultra ARU) are working correctly.
I have the same RAID controller and it seems to work fine with the DP mass storage.
Though, I'm not sure whether I still had the manually added drivers from the manufacturer's HP included when I installed, or not.
I do remember that the driver version appeared to be newer in Windows.
In any case, that might do the trick, if you want to keep the DP MS included.
Just manually (or use nLite) add those specific drivers to your CD and then apply all the DriverPacks.
what is the use to have drivers for hardware I do not have?
The point is to have a UWXPCD that could be installed on virtually any system w/o having to worry about the hardware and the drivers.
Obviously, if you are going to create a slipstreamed CD for only one system, you could manually DL and integrate the handful of drivers needed and save a lot of space on the CD.
Somebody got any ideas?
Yes, post the contents of your BSs!
The whole point of a BS (as opposed to automatic system restart) is to tell you what went wrong or caused an error.
Thefore, it outputs a specific error message that helps you trace the problem back to the faulty component/driver/software.
It's ususally a smart idea to post the BS message here if you want to receive any help
DriverPacks.net Forum » Posts by Helmi
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
[ Generated in 0.054 seconds, 5 queries executed ]