Thanks for your report.
I'll work on getting this added. Obviously, the [L6] driver doesn't work in ALL cases.
1,126 2011-06-28 03:42:26
Re: [SLVD] HP ML110 G6 HP Smart Array B110i SATA RAID Controller (3 replies, posted in DriverPack Mass Storage)
1,127 2011-06-27 16:40:36
Re: [SLVD]Does not recognize nVdia GeForce 230m on Driverpack Mobile 11.06 (10 replies, posted in Vista / 7 DriverPack Mobile Graphics)
Do you get an error in the device manager?
That HWID is directly supported by DP_Graphics_Mobile_wnt6-x86_1106\x86\G_M\Nvidia\1\nvtd.inf
I've been having problems with the 275.33 series drivers in XP. Does a previous pack (11.05.1) work?
1,128 2011-06-27 00:56:25
Re: MassStorage 11.04 & 11.06 problem with BartPe (14 replies, posted in BartPE - UBCD4Win - WinPE)
Can you answer some questions about DrivePacks Base and this test:
1. In menu "DrivePacks metod" what the metod I should select?
2. In menu "Finisher method" what I should select?
3. In menu "Optional settings - KTD" what I should select?
4. In menu "Optional settings - KTD settings" what I should select?
5. In menu "QuickStream cache" what I should select?
1) It doesn't matter, but method 2 is fastest.
2) I prefer RunOnceEx, but it doesn't matter for these tests.
3/4) KTD should always be disabled
5) For these tests, QSC should be disabled.
1,129 2011-06-27 00:15:51
Re: problem with DPMassStorage after 10.11 (1 replies, posted in DriverPack Mass Storage)
Please read the "read before you post" linked in my signature.
Then post your log files and HWID list.
1,130 2011-06-26 01:48:39
Re: [SLVD] dpms 1106 - Intel Mobile Express Chipset SATA AHCI problem (9 replies, posted in DriverPack Mass Storage)
OK, thank you for confirming that the problem is NOT with DriverPacks, but instead the install method.
Strange that I'm able to install XP perfectly fine from my USB drive onto my Acer netbook. (different HWID though)
1,131 2011-06-25 21:27:08
Re: [Solved] DP Base 8.05 works / 8.12.x "no files to extract" error (47 replies, posted in Feedback and Support - DriverPacks Base)
I correct the TAGFILE's value in PRESETUP.CMD from OEM to WIN51IP.SP3. But if presetup.cmd checks for both tags will avoid the problem with empty or missing OEM folder.
Then your presetup.cmd file will FAIL on any OS other than XP Pro SP3. That tagfile is too restrictive.
As an example:
WIN51IP.SP3 = XP Pro SP3
WIN51IP = XP Pro
WIN51IC = XP Home
WIN51IS = Win2k3 Standard
WIN51AS = Win2k3 Standard x64
WIN51 = XP & 2003
Even using the most basic tagfile of WIN51 will exclude Win2k which uses CDROM_IP.5 and CDROM_NT.5 tagfiles.
The use of the 'OEM' folder is well documented and that folder is present natively ONLY on original source discs (from HP, Dell or systembuilders, etc). We just take advantage of it.
The OEM folder at the root of ANY %systemdrive% is NOT advised.
1,132 2011-06-24 17:02:40
Topic: Stand Alone Driverpack utility for all OS (XP, 2k3, 2k8, Vista, Win7) (525 replies, posted in Windows 7 tools)
License:
Except otherwise noted, the open-source code of the DP_Install_Tool.cmd file is © 2011-2013 by Erik Hansen for DriverPacks.net, under a Creative Commons Attribution-ShareAlike license: http://creativecommons.org/licenses/by-sa/3.0/.
7-Zip is open source software by Igor Pavlov. Most of the source code is under the GNU LGPL license. The unRAR code is under a mixed license: GNU LGPL + unRAR restrictions. Check license information here: http://www.7-zip.org/license.txt or http://www.gnu.org/licenses/lgpl.html
DPInst.exe is proprietary code owned completely by Microsoft and distributed under their own license. (see .\bin\*\dpinst-license.rtf)
Here is a script developed from the original SAD script. I'll call it SAD2
It'll automatically determine the running system OS arch and extract the correct DriverPacks from the right directory. Very slick.
It will then install or upgrade the drivers on all your devices from the supplied drivers and clean up after itself.
Supports all NT5 (XP/2000/2003) & NT6 (Vista/Win7/Server2008) OS types.
To get this working in Win7 during an unattended install do the following "setupcomplete.cmd" method.
Create the following folder structure to your Win7 disc:
{Win7-Disc source folder}\sources\$oem$\$1\D\SAD3 (entire SAD3 folder with all DriverPacks goes here)
{Win7-Disc source folder}\sources\$oem$\$$\Setup\scripts\setupcomplete.cmd
Add the following code to the setupcomplete.cmd file.
@echo off
START %systemdrive%\D\SAD2\DP_Install_Tool.cmd /s
If you want to try the current work in progress, it's here:
Download Current version: v130825
Download v130627
Download v120520 (Self-Extracting Archive)
Download v120326 (Self-Extracting Archive)
Download v120317 (Self-Extracting Archive)
Download v120215 (Self-Extracting Archive)
Download v120203 (Self-Extracting Archive)
Download v111118
Download v111009
Download v111008
Download v110505
Download v110504
Download v110503
Download v110502
Download v110501
Download v110312
Download v110213
Download v101203
Read the "readme.txt"
Changelog:
v130825 v3.0 (Erik Hansen)
Added Win8.1 final build number (9600) to detection array.
v130627 v3.0 (Erik Hansen)
Added 7zip switch -aoa to enable auto-overwrite mode.
Removed Win8 leaked build numbers and added Win8.1 preview build number to detection array.
Added DIR to CDROM detection array to prevent errors with card readers in system
v120520 (Erik Hansen)
Modified code to detect OS Architecture correctly.
Removed extra parenthesis and other minor refinements.
v120423
Fixed code to detect Server 2003 correctly. (franner)
v120326
Fixed code to prevent errors during cleanup stage (Iceblackice)
v120318
Added code to enable switches. Only a Help guide and "Silent" operation for now. (Erik Hansen)
v120317
Added code for silent operation. No prompts, displays progress only. (Erik Hansen)
Added code to delete folders not needed. (Erik Hansen)
v120217
Updated command line 7-zip in \bin folder to 9.22. (Erik Hansen)
v120215 (Erik Hansen)
Added command line 7-zip to \bin folder and code to use.
Updated elevate.vbs to current version from MSDN.
Optimized OS detection subroutines.
Fixed log file output reference to %windir%\dpinst.log.
v120203 (Erik Hansen)
Added code to use native installed 7-Zip if present.
Fixed bug with extra space in %ARCH% variable
v111118
Fixed typo in log file output reference. (Twig123/Dave)
v111009
Fixed typo in KTD option code. (Erik Hansen)
v111008
Added code to allow user to change Keep The Drivers (KTD) option (Erik Hansen)
Fixed bug where DriverPacks wouldn't be found if there were spaces in the path.
v110713
Fixed code to prevent errors during cleanup stage (Erik Hansen)
Added code to report accurate CPU type (Erik Hansen)
Added code to detect DP_*.7z files in the current directory (Erik Hansen)
v110505
Fixed code to prevent writing log to read-only disc
Repackaged dpinst* files to prevent accidental deletion.
v110504
Fixed bug where NT6 Method 1 fails prematurely.
v110503
Fixed code to remove extra backslash from path if exist.
v110502
Fixed un7zip code to allow for wildcard file extraction
v110501
Updated to support UNC network shares and UAC elevation for NT6
Fixed CPU detection to allow for 32-bit OS on 64-bit CPU
Fixed un7zip code to allow breakpoints
v110312
Fixed missing NT5\x86\dpinst.* files
Updated to current DriverPack Chipset versions.
v110213
Added NT6 Method 1 functionality.
Added check for UNC (\\server\path\to\file) paths. Cmd.exe will fail if UNC path is used.
Changed Method 1 COPY function to XCOPY for reliability.
Improved readme.txt instructions.
v101203
Added NT6 functionality (Vista/Win7).
**Moved from original thread**
http://forum.driverpacks.net/viewtopic.php?id=4954
*DPinst.exe is owned by Microsoft and distributed under their own license included with the Microsoft Driver SDK.
7-Zip components are distributed under the LGPL license.
*un7zip.exe was donated to the DriverPacks project by users STK and Maxximum
1,133 2011-06-24 16:24:56
Re: Unknown devices (15 replies, posted in Feedback and Support - DriverPacks Base)
KTD wastes HDD space and causes other problems during setup. Your best bet is to install the Third Party DriverPacks post-setup using our SAD utility here:
1,134 2011-06-24 05:43:43
Re: [SLVD] dpms 11.06 for ICH8R(DO) Raid cause 0x0000007B BSOD (13 replies, posted in DriverPack Mass Storage)
DP_MoxaSerial_2PassMarkUSBLoopback_wnt5_x86-32_140408.7z
What the h*ll is that?!?
So which driver are you installing from F6-floppy?
1,135 2011-06-24 05:39:28
Re: [SLVD] dpms 1106 - Intel Mobile Express Chipset SATA AHCI problem (9 replies, posted in DriverPack Mass Storage)
Does your XP install work without any DriverPacks integrated? If so, then the Sony driver is meant to be installed after XP, and not during.
It sounds as if you're following the correct test protocols, but the hardware just isn't cooperating.
1,136 2011-06-23 16:52:58
Re: [SLVD] dpms 1106 - Intel Mobile Express Chipset SATA AHCI problem (9 replies, posted in DriverPack Mass Storage)
To remove all DriverPacks, you would execute DriverPacks BASE and uncheck all the DriverPacks then select slipstream. This effectively "uninstalls" the DriverPacks from your source.
The Sony driver is the RST 10.1. http://support.vaio.sony.eu/computing/v … B&os=6
Does that work for you?
If so, dpms 1104 should work because it contains the same driver.
1,137 2011-06-23 16:47:58
Re: Unknown devices (15 replies, posted in Feedback and Support - DriverPacks Base)
There's no way for us to tell what happened unless you post your logs.
There is a known bug in XP where if you have too many DriverPacks, the filepath length exceeds the limit and no drivers are installed.
This is in our FAQ: http://forum.driverpacks.net/viewtopic.php?id=4446
Please read the "read before you post" linked in my signature then post all the required log files.
1,138 2011-06-23 08:23:14
Re: [SLVD] dpms 11.06 for ICH8R(DO) Raid cause 0x0000007B BSOD (13 replies, posted in DriverPack Mass Storage)
Can you please test this experimental pack on your w2k3 build?
DP_MassStorage_wnt5_x86-32_11061b2
link removed
1,139 2011-06-23 04:24:18
Re: [SLVD] dpms 11.06 for ICH8R(DO) Raid cause 0x0000007B BSOD (13 replies, posted in DriverPack Mass Storage)
According to the Intel documentation, the new 10.5 RST drivers do not support Win2k3, but the older 10.1 drivers do.
10.5 RST link here:
10.1 RST link here:
Intel does not plan to develop and offer Windows Server 2003* or Windows Server 2008* drivers for any Intel® Desktop Board.
Source:
I'll look into it more and post a link to a test pack hopefully soon.
1,140 2011-06-23 03:56:06
Re: [SLVD] dpms 1106 - Intel Mobile Express Chipset SATA AHCI problem (9 replies, posted in DriverPack Mass Storage)
Do previous versions of dpms work? Yours is an interesting case because the new 10.5 RST drivers SHOULD work perfectly but seem to conflict on your system.
1,141 2011-06-23 03:51:28
Re: MassStorage 11.04 & 11.06 problem with BartPe (14 replies, posted in BartPE - UBCD4Win - WinPE)
That thread is totally unrelated and has nothing to do with your problem.
I'll look over your logs later and reply back when I have time.
*Edit
Ah, you have an nvidia chipset. You can assist us by running the test packs in this post and reporting back with success/failures in that post.
1,142 2011-06-23 03:49:42
Re: Some questions about Mass Storage drivers in BartPE (2 replies, posted in BartPE - UBCD4Win - WinPE)
The two threads have nothing in common. This original post is nearly a year old.
1,143 2011-06-23 03:46:09
Re: New: Graphics, Lan, and BASE! (46 replies, posted in News)
The file is 404 again
What are you talking about? The HWID tool? The link in my signature works fine.
1,144 2011-06-22 06:46:04
Re: Stand Alone Drivers slipstream for Vista/7 x86 and x64 (4 replies, posted in Feedback and Support - DriverPacks Base)
Correct, they are placeholders. If you have a newer version, just replace the older file with the newer one in each folder respectively.
In future versions, I plan on placing dummy DP_Example_wnt*.7z files in each folder to save space.
1,145 2011-06-22 06:44:46
Re: MassStorage 11.04 & 11.06 problem with BartPe (14 replies, posted in BartPE - UBCD4Win - WinPE)
HWID tool link in my signature works. I updated the other thread with the download mirror.
Moved thread to BartPE section...
1,146 2011-06-22 04:05:58
Re: [SLVD] dpms 1106 - Intel Mobile Express Chipset SATA AHCI problem (9 replies, posted in DriverPack Mass Storage)
Please post your entire HWID list.
1,147 2011-06-22 04:03:08
Re: MassStorage 11.04 & 11.06 problem with BartPe (14 replies, posted in BartPE - UBCD4Win - WinPE)
Please read the "Read before you post" link in my signature. Then reply back here with all the required info (logs, HWIDs, etc.)
Your post above tells us nothing.
1,148 2011-06-22 04:01:36
Re: Which Is Better - Windows 7 Or Mac Snow Leopard? (13 replies, posted in Windows 7 Discussion)
I'd rather have these idiots spam in here than somewhere more vital.
1,149 2011-06-21 16:55:15
Re: [SLVD] Dell SAS 6 RAID issue (20 replies, posted in DriverPack Mass Storage)
Alright. I'm working on updating the drivers. I'm comparing the drivers from your Dell to the newer ones I've found from Tyan supporting the same hardware.
1,150 2011-06-21 08:34:47
Re: Stand Alone Drivers slipstream for Vista/7 x86 and x64 (4 replies, posted in Feedback and Support - DriverPacks Base)
Specifically THIS post
I'll get around to creating it's own thread one of these days...