Doubtful. The dpms doesn't include any USB drivers. All the USB drivers are in the DriverPack Chipset.
977 2011-08-19 06:43:38
Re: [REQ] Monitors - Like, how 'bout an update, eh? (60 replies, posted in 3rd Party DriverPacks)
Go for it! Nobody else is going to.
978 2011-08-17 06:10:15
Re: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7) (525 replies, posted in Windows 7 tools)
The drivers that are needed by the target system are copied many places depending on each .inf.
The only time you should delete the SAD folder is if you copied everything to the target drive or you don't need it anymore.
979 2011-08-16 17:02:21
Re: [REQ] ThinkPad Audio Drivers (15 replies, posted in Vista / 7 DriverPack Audio)
Please stay on topic. That has nothing to do with the OP.
980 2011-08-16 16:58:06
Re: [SLVD] PCI Simple Communications Controller Drivers for Windows 7 x64 (30 replies, posted in Hardware)
http://downloadcenter.intel.com/Detail_ … nloadType=
Your board is not supported by Intel for Win7.
So you're saying that you tried these Vista drivers from Intel and they didn't work?
http://downloadcenter.intel.com/Detail_ … pe=Drivers
981 2011-08-15 16:48:19
Re: nVIDIA MCP67 - LAN Controller / Win7 Problem!!! (1 replies, posted in Windows 7 Discussion)
You didn't indicate what version of DriverPack LAN you used. Moved thread out of the XP support forum.
This is a DriverPacks support forum.
If you didn't even try DriverPacks yet, then try our SAD2 utility. http://forum.driverpacks.net/viewtopic.php?id=5336
Download the NT6 DriverPacks (either x86 or x64 to match your system) and copy them to the respective folders for SAD2 (example: SAD2\NT6\x86\)
982 2011-08-13 17:24:18
Re: RSS feed for new torrents (5 replies, posted in Site & Forum Issues And Feedback)
Click on the "Donate" tab at the top of this page. Then scroll to the bottom. There are instructions to "donate bandwidth" and set up your own seedbox. Then all your torrents will be synchronized with our seedboxes automatically. No RSS needed.
983 2011-08-12 06:28:56
Re: Windows 7 x86 & x64 Stand Alone Driverpack utility (121 replies, posted in Windows 7 Discussion)
Why not just make a pack .ini and let DriverPacks Finisher do all the work?
984 2011-08-12 03:15:18
Re: Windows 7 x86 & x64 Stand Alone Driverpack utility (121 replies, posted in Windows 7 Discussion)
Well, to make it run without the "press any key..." just delete all instances of "pause" from the code.
You can call the batch file how ever you want.
As an example, you could call it from the %cdrom%\sources\$oem$\$$\Setup\scripts\setupcomplete.cmd
@echo off
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:\sources\install.wim set CDROM=%%i:
echo Found CD-Rom as drive %CDROM%
::Begin SAD2 install
echo Stand Alone Driver Installer
IF EXIST %CDROM%\SAD2\DP_Install_Tool.cmd call %CDROM%\SAD2\DP_Install_Tool.cmd
exit
I haven't tried it, but that should work.
I just have it on my USB thumbdrive and execute it manually post-install.
985 2011-08-11 23:12:42
Re: FindHWIDS v3.2s - The INF Searching, Hardware ID Exporter (353 replies, posted in Software)
If only FindHWIDS could build a CSV list of files/path referenced in the 'CatalogFile=' & '[ .CopyFiles]' sections.
Yes, basically it would be a "missing-file...finder"
Not all files required by the driver are referenced in the [sourcediskfiles] section but can also be referenced in the [*copyfiles*] sections.
986 2011-08-11 18:20:13
Re: [SLVD] XP entries skipped in txtsetup using dpms 11.07 (13 replies, posted in DriverPack Mass Storage)
Please delete your QSC folder and try this:
DP_MassStorage_wnt5_x86-32_1108r1
Download link
987 2011-08-11 18:12:15
Re: XP sysprep - MassStorage 11.07 - 1C02 Intel controller (8 replies, posted in Universal Imaging)
Moved to the sysprep area.
988 2011-08-11 18:05:56
Re: [CLSD] DP_Misc_wnt5_x86-32_1011 (26 replies, posted in 3rd Party DriverPacks)
Don't post requests in outdated threads. They'll get lost.
Post your request in the main DriverPacks area.
http://forum.driverpacks.net/viewforum.php?id=1 for this request.
Thread locked...
989 2011-08-11 18:04:33
Re: Chipset x64 (85 replies, posted in Vista / 7 DriverPack Chipset)
Yes, exactly that.
I use my SAD2 utility to update all drivers post-install. Otherwise the install.wim driverstore folder gets ballooned into oblivion for no reason.
boot.wim - dpms only
install.wim - two DriverPacks; DriverPack Chipset & Mass Storage only
That's my personal preference.
990 2011-08-09 01:24:03
Re: [SLVD] XP entries skipped in txtsetup using dpms 11.07 (13 replies, posted in DriverPack Mass Storage)
why is this anyway... why not
[IT1] ms_count=1 ms_1_deviceName="ITE IT8211 ATA" ms_1_tag="iteatapi" ms_1_sysFile="iteatapi.sys" ms_1_hwids="PCI\VEN_1283&DEV_8211" ms_1_isBusExtender=false ms_1_exc_skipIfOS=""
Because the .inf, .cat, .sys files are all different for each OS. They have to be kept separate.
I split the IT* files into separate folders (shortens the file-path length.)
[IT1]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA XP"
ms_1_tag="iteatapi"
ms_1_sysFile="iteatapi.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="w2k3,w2k"
[IT2]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA Win2000"
ms_1_tag="iteatap2"
ms_1_sysFile="iteatap2.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="w2k3,wxp"
[IT3]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA Win2003"
ms_1_tag="iteatap3"
ms_1_sysFile="iteatap3.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="wxp,w2k"
991 2011-08-08 21:02:37
Re: [SLVD] dpms 11.06 for ICH8R(DO) Raid cause 0x0000007B BSOD (13 replies, posted in DriverPack Mass Storage)
OK, I need to know what controller your drives are connected to.
When windows setup DOES see the drives, the controller is named in brackets; [jraid] is Jmicron controller, [iastor*] is Intel controller.
What does yours say?
From the jmicron release notes:
// [Notice]
// JMB36X driver got logo of Windows XP, Windows Vista, and Windows 7 since R1.17.49WHQL.
I'm interpreting that as the Jmicron drivers don't work in a server environment. Can someone prove me wrong?
992 2011-08-08 20:17:57
Re: [REQ] Monitors - Like, how 'bout an update, eh? (60 replies, posted in 3rd Party DriverPacks)
I still don't understand what the .cpk files are.
http://www.fileinfo.com/extension/CPK
Log file generated by Driver Test Manager (DTM), a component of Microsoft's Windows Logo Kit (WLK) device certification software; contains a testing report, which logs information about a hardware device; used for submitting test results to Microsoft so that a device may be certified for Windows; also used for debugging failed tests.
CPK files can be viewed with the DTM Log Viewer. The viewer shows information such as the test date, the test operating system, and passed and failed tests.
The WLK software is made available by the Windows Hardware Quality Labs (WHQL), a Microsoft group that certifies Windows hardware devices.
I don't think they're needed.
993 2011-08-08 18:30:32
Re: [SLVD] Dell SAS 6 RAID issue (20 replies, posted in DriverPack Mass Storage)
I still don't know what's causing your problem. I can't replicate it here.
*Edit
I see it now. I'll have to look into it later this week when I get back from vacation.
Did any previous versions of dpms work? That would give me a head start...
994 2011-08-08 18:29:31
Re: [SLVD] XP entries skipped in txtsetup using dpms 11.07 (13 replies, posted in DriverPack Mass Storage)
I renamed the .ini tag titles for 11.08r1 (in work)
995 2011-08-08 18:04:00
Re: Acronis Snap Deploy & Driverpacksbase (7 replies, posted in Universal Imaging)
Odd. It might be how your image is deployed.
More testing is needed.
996 2011-08-08 17:59:33
Re: [REQ] Monitors - Like, how 'bout an update, eh? (60 replies, posted in 3rd Party DriverPacks)
Take a look in the .inf file. Generally, if a questionable file isn't listed anywhere in the .inf, then it isn't needed. Some files are only needed by the installer (setup.exe) and not by the drivers.
You can find 99% of the files in "sourcedisksfiles" & "*copyfiles*" sections of the .inf. Sometimes, .dll files are referenced in the hexedit code of .sys files, but that's rare.
997 2011-08-08 07:39:06
Re: [SLVD] XP entries skipped in txtsetup using dpms 11.07 (13 replies, posted in DriverPack Mass Storage)
[IT1]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA XP"
ms_1_tag="iteatapi"
ms_1_sysFile="iteatapi.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="w2k3,w2k"
[IT1-2k]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA Win2000"
ms_1_tag="iteatapi"
ms_1_sysFile="iteatapi.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="w2k3,wxp"
[IT1-2k3]
ms_count=1
ms_1_deviceName="ITE IT8211 ATA Win2003"
ms_1_tag="iteatapi"
ms_1_sysFile="iteatapi.sys"
ms_1_hwids="PCI\VEN_1283&DEV_8211"
ms_1_isBusExtender=false
ms_1_exc_skipIfOS="wxp,w2k"
Notice in the above extract from the dpms .ini that there is a OS discriminator built in.
ms_1_exc_skipIfOS=
This line means the inclusive section is "skipped" if the OS is (insert OS here).
IT1 is for XP.
The other two are similar. H7 is for XP, H7S is for (S)erver.
*****
Edit:
Oops, Now I see what you mean. There are no corresponding entries in the txtsetup.sif for XP. I see it now.
I renamed your thread title to be more descriptive.
Thanks for reporting.
998 2011-08-07 17:57:28
Re: [REQ] Monitors - Like, how 'bout an update, eh? (60 replies, posted in 3rd Party DriverPacks)
I wonder if there is an INF-checking util, out there; maybe something that could find unreferenced files, from the corresponding inf files.
Well, sort of.
I use "FindHWIDs" all the time when building packs. It cuts my research time by about 99% and it's an awesome tool.
http://forum.driverpacks.net/viewtopic.php?id=3018
I use it for detecting duplicate HWIDs and drivers but it's capable of so much more. Contact the author (KickArse) with your idea and maybe he can code it.
999 2011-08-07 17:51:51
Re: [REQ] Monitors - Like, how 'bout an update, eh? (60 replies, posted in 3rd Party DriverPacks)
We can reduce all 3rd Party path by changing a structure in a next way:
+D
------+3B = Broadband Pack
------+3BT = Bluetooth Pack
------+3H = Human Input Device Pack (aka HID)
------+3M = Modem Pack
------+3Mo = Monitor Pack
------+3P = Printer & Phone Packs
------+3S = Scanner Pack
------+3T = TV Pack
------+3TS = Touch Screen
------+3U = USB Pack
------+3V = Virtual Pack (aka VMware)
------+3W = WebCam Pack
------+3X = Misc Pack
No, unfortunately the way DriverPacks BASE and DriverPacks Finisher are coded the D\3\ folder structure is hard-coded into both apps for KTD compatibility. A rewrite of both would be required.
Note: in the past you didn't have to use the "3" subdirectory. This is now a requirement, to make the KTD functionality compatible with the Third Party DriverPacks
1,000 2011-08-07 06:31:27
Re: Chipset x64 (85 replies, posted in Vista / 7 DriverPack Chipset)
- Is it necessary to inject the drivers into install.wim after integrating them into boot.wim? or is that double the work, I am not sure...
The two .wim files do completely different things. The boot.wim is the PE environment and is ONLY used to detect the drives and extract the install.wim to the primary partition.
After restart, the boot.wim doesn't do anything because the system has booted from the primary partition.
So, really, the only pack that needs to be integrated into boot.wim is the dpms. DriverPack Chipset is only needed if you're trying to boot from a USB3 device or something else covered by the Chipset pack.