How to slipstream Intel INF updates A guide - what do they really do?
#41
Posted 26 August 2004 - 04:01 AM
Ok just come here to clarify one thing with the chipset drivers setup. I am making a CD for my company that will have drivers for around 5 or 6 different PC's. For the inf files that get copied in the $OEM$\$$\INF folder, is it safe to put all 5 or 6 pcs chipset infs in there? I'm guessing so by the sound of it but dont want them all being copied onto a PC for it to then screw up.
Cheers
Nick
#42
Posted 26 August 2004 - 07:58 AM
cheers
nick
#43
Posted 07 September 2004 - 10:53 AM
Raiden, on Aug 22 2004, 03:31 PM, said:
Can anyone else verify this? Is it documented somewhere? How current is it?
#44
Posted 06 October 2004 - 07:35 AM
Raiden, on Aug 22 2004, 11:31 PM, said:
well i wanted ask here how to create a new INF because this is a bit old version (5.1.0.1006) and now i am reading your quote, i want know more about this.
the last INF aviable from intel is 6.0.1.1002, so which one do SP2 have included?
#45
Posted 06 October 2004 - 07:36 AM
ok it is true, there are newer INF files for the intel chipset, so there is no need to do create which is described here... AGP and gigabit are now enabled on a P4P800 mainboard with 865PE chipset.
which version do the intel INF on XPSP2 have? i dont know, (where i can see this?)
i have take a look in system and in C:\windows\inf but dont find any usefull thing...
#46
Posted 13 November 2004 - 06:33 PM
I have a problem extracting the in inf files. If I call setup.exe -a -p it tells me something like "The file ...\setup.exe -a -p was not found" (translated from German). I tried for one hour, with different switches, looked in the readme, searched in the internet, but I found no solution. Do you have any idea?
Dimitris
#47
Posted 14 November 2004 - 08:10 AM
Dimitris
#48
Posted 14 November 2004 - 10:32 PM
#49
Posted 16 November 2004 - 11:00 AM
Sgt_Strider, on Nov 14 2004, 10:32 PM, said:
Good question. Is there any good reason to install new chipset drivers when your chipset is already recognized and run without any problems by the Windows XP SP2 standard installation?
Dimitris
#51
Posted 05 December 2004 - 05:36 AM
I asked this question in another forum and they told me, according to "Never change a running system", not to update the drivers if Windows is properly running. The changes in performance and maybe stability were too small to be worth updating the chipset drivers. But it was a good idea to include the newest drivers when re-installing Windows.
Dimitris
#52
Posted 05 December 2004 - 07:52 AM
i use runonceex.cmd to initiate setup in the software folder on my cd
Quote
@echo off
IF EXIST A:\CD.txt set CDROM=A:
IF EXIST B:\CD.txt set CDROM=B:
IF EXIST C:\CD.txt set CDROM=C:
IF EXIST D:\CD.txt set CDROM=D:
IF EXIST E:\CD.txt set CDROM=E:
IF EXIST F:\CD.txt set CDROM=F:
IF EXIST G:\CD.txt set CDROM=G:
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Acer Aspire 2012wlmi software" /f
REG ADD %KEY%\001 /VE /D "Intel Centrino Chipset" /f
REG ADD %KEY%\001 /V 1 /D "%CDROM%\software\infinst_enu.exe -a -s" /f
REG ADD %KEY%\055 /VE /D "Cleaning s***" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f
EXIT
Quote
@echo off
DEL "%systemdrive%\DOCUME~1\ALLUSE~1\MENUST~1\WINDOW~2.LNK"
DEL "%systemdrive%\DOCUME~1\ALLUSE~1\MENUST~1\WINDOW~1.LNK"
DEL "%systemdrive%\DOCUME~1\ALLUSE~1\MENUST~1\PROGRA~1.LNK"
RD /S /Q %systemdrive%\drivers\
RD /S /Q %systemdrive%\install\
RD /S /Q %systemdrive%\appsetup\
shutdown.exe -r -f -t 20 -m "I'll be back..."
EXIT
1mb xtra on my cd really ain't gonna make my day so...
#53
Posted 21 January 2005 - 03:51 PM
#54
Posted 22 January 2005 - 06:37 AM
But what about the rest of the drivers?
I know someone with an old HP Pavilion that has a 810 chipset.The PC came with Windows ME but has since been upgraded to XP.Since XP drivers are not available from hp (or Mobo Manufacturer) is it alright to use the sp2 drivers or should the person download the drivers from intel?
#55
Posted 27 January 2005 - 09:29 AM
With SP2 I still need the INFs for my i875 board.
#56
Posted 31 January 2005 - 05:48 AM
Anybody can help me?
Thank you.
EDIT:
Forget my question.
Simply tried the -A -S -P on the wrong file.....
#57
Posted 02 February 2005 - 12:22 PM
#58
Posted 05 February 2005 - 04:05 PM
Has an easier/better method been made to do this for people who've never done it before?
Cheers,
Jeremy
#59
Posted 10 February 2005 - 11:07 AM
Following this howto, I went and got the latest Intel chipset driver package, extracted all the files and added them to my OemPnPDriversPaths at the front (000_Intl). At this point the Adaptec drivers were 004_U320 and 005_SHR for the U320 and host raid drivers respectively. The unattended install was going well until shortly after the switch to graphics mode when a dialog popped up that said "can't find the adpu320 driver". This dialog allowed me to browse for the driver and I browsed to it at c:\drivers\004_U320\adpu320.sys and the drivers installed okay and the install completed. Since this hadn't happened prior to adding the intel inf's, I reasoned that maybe I needed to install the Adaptec stuff before the intel infs. So, I switched things around (001_U320; 002_SHR; 004_intl). The behavior didn't change, still can't find the adpu320 driver. I still only have to browse to the right place to find adpu320.sys twice (once for each channel) and the install completes okay. Since I'm going to need to do several identical systems, I'd really like to try and get this to work without the "go find the driver" step. Anyone able to shed any light on this? I'm probably missing something stupid, but, since this worked okay prior to adding the intel infs, I figured this would be the right place to come for help.
#60
Posted 10 February 2005 - 11:48 AM
Jeremy, on Feb 5 2005, 11:05 PM, said:
Has an easier/better method been made to do this for people who've never done it before?
Cheers,
Jeremy
huh? It works like a charm...
Please provide me with a link to the installer you're using?
- ← Want to Creative Drivers in Xp through nlite
- Device Drivers
- Unattended XP with RAID-Drivers on floppy →



Help

Back to top









