Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

copy inf files

 
   Windows Help (Home) -> Windows XP Hardware RSS
Next:  Swedish keyboard support for Danish and Norwegian  
Author Message
Jason

External


Since: Sep 14, 2008
Posts: 4



(Msg. 1) Posted: Sun Sep 14, 2008 5:27 pm
Post subject: copy inf files
Archived from groups: microsoft>public>windowsxp>hardware (more info?)

I have used the windows\inf directory to install drivers that windows have
found. I have then copied the other files that the installer has asked for.
How do I find out what inf file is used for each driver so I can copy that
on to the CD with the other files?

Thanks,
J.

 >> Stay informed about: copy inf files 
Back to top
Login to vote
Galen

External


Since: Sep 14, 2008
Posts: 1



(Msg. 2) Posted: Sun Sep 14, 2008 5:27 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

My reply is at the bottom of your sent message.

In news:uPD7eqiFJHA.4228.cut@TK2MSFTNGP05.phx.gbl,
Jason typed:


> I have used the windows\inf directory to install drivers that windows have
> found. I have then copied the other files that the installer has asked
> for.
> How do I find out what inf file is used for each driver so I can copy that
> on to the CD with the other files?
>
> Thanks,
> J.

My honest recommendation is to do a search for something like Driver Genie
which I think is a paid tool or driver backup and restore. If you try to do
it manually you will probably have more issues than you can ever imagine
wanting to deal with. Keep in mind that, with XP, many drivers are nice and
easy to get. The only important ones are the network drivers and HDD
controllers and you should already have a copy of the latter. The NIC
drivers enable you to get online and download any you may have missed - it
is, typically, during that process that I save them. Trying to do it via
locating the various .inf files is sure to cause you more grief than good.
There is likely a freeware app out there, see snapfiles.com if you'd like,
that will do that all for you.

 >> Stay informed about: copy inf files 
Back to top
Login to vote
Don Phillipson

External


Since: Oct 17, 2008
Posts: 15



(Msg. 3) Posted: Sun Sep 14, 2008 5:27 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

"Jason" wrote in message


> I have used the windows\inf directory to install drivers that windows have
> found. I have then copied the other files that the installer has asked
for.
> How do I find out what inf file is used for each driver so I can copy that
> on to the CD with the other files?

Use of an INF file to load driver files leaves no
trace. If you want to copy too CD only selected
INF files, all you can do is look at each beforehand.
(This is why most people just remove those
obviously unneeded, with brand names their system
does not use, and copy all the rest.)
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Bill Ridgeway

External


Since: Oct 30, 2008
Posts: 5



(Msg. 4) Posted: Mon Sep 15, 2008 5:22 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

"Jason" wrote in message

>I have used the windows\inf directory to install drivers that windows have
>found. I have then copied the other files that the installer has asked for.
>How do I find out what inf file is used for each driver so I can copy that
>on to the CD with the other files?
>
> Thanks,
> J.

The following - run in command mode -will copy all .INF files to a folder
X:\INF (where X is the
target drive)

XCOPY C:\*.INF /s /y X:\"INF"\

That will save you having to identify individual files (until the time you
may need one). The overhead or copying everything isn't worth worrying
about.

Regards.

Bill Ridgeway
Computer Solutions
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Jason

External


Since: Sep 14, 2008
Posts: 4



(Msg. 5) Posted: Mon Sep 15, 2008 6:24 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

There are too msny to just look at each 1.
"Don Phillipson" wrote in message

> "Jason" wrote in message

>
>> I have used the windows\inf directory to install drivers that windows
>> have
>> found. I have then copied the other files that the installer has asked
> for.
>> How do I find out what inf file is used for each driver so I can copy
>> that
>> on to the CD with the other files?
>
> Use of an INF file to load driver files leaves no
> trace. If you want to copy too CD only selected
> INF files, all you can do is look at each beforehand.
> (This is why most people just remove those
> obviously unneeded, with brand names their system
> does not use, and copy all the rest.)
>
> --
> Don Phillipson
> Carlsbad Springs
> (Ottawa, Canada)
>
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Jason

External


Since: Sep 14, 2008
Posts: 4



(Msg. 6) Posted: Tue Sep 16, 2008 6:03 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

I know how to copy files. So what you are saying is install all the software
and drivers then copy the INF files into the directory that I coppied all
the other driver files into.

"Bill Ridgeway" wrote in message

> "Jason" wrote in message

>>I have used the windows\inf directory to install drivers that windows have
>>found. I have then copied the other files that the installer has asked
>>for.
>>How do I find out what inf file is used for each driver so I can copy that
>>on to the CD with the other files?
>>
>> Thanks,
>> J.
>
> The following - run in command mode -will copy all .INF files to a folder
> X:\INF (where X is the
> target drive)
>
> XCOPY C:\*.INF /s /y X:\"INF"\
>
> That will save you having to identify individual files (until the time you
> may need one). The overhead or copying everything isn't worth worrying
> about.
>
> Regards.
>
> Bill Ridgeway
> Computer Solutions
>
>
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Bill Ridgeway

External


Since: Oct 30, 2008
Posts: 5



(Msg. 7) Posted: Tue Sep 16, 2008 6:03 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

You asked wrote in message

>I know how to copy files. So what you are saying is install all the
>software and drivers then copy the INF files into the directory that I
>coppied all the other driver files into.
>
> "Bill Ridgeway" wrote in message

>> "Jason" wrote in message
>
>>>I have used the windows\inf directory to install drivers that windows
>>>have
>>>found. I have then copied the other files that the installer has asked
>>>for.
>>>How do I find out what inf file is used for each driver so I can copy
>>>that
>>>on to the CD with the other files?
>>>
>>> Thanks,
>>> J.
>>
>> The following - run in command mode -will copy all .INF files to a folder
>> X:\INF (where X is the
>> target drive)
>>
>> XCOPY C:\*.INF /s /y X:\"INF"\
>>
>> That will save you having to identify individual files (until the time
>> you
>> may need one). The overhead or copying everything isn't worth worrying
>> about.
>>
>> Regards.
>>
>> Bill Ridgeway
>> Computer Solutions
>>
>>
>>
>
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Jason

External


Since: Sep 17, 2008
Posts: 3



(Msg. 8) Posted: Wed Sep 17, 2008 6:55 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

Driver Guide does the whole job. NowI need to figure out how to slipstream
XP Pro SP2 then slip stream the drivers so the drivers will install with
fresh intalls.
---
J.
"Jason" wrote in message

>I have used the windows\inf directory to install drivers that windows have
>found. I have then copied the other files that the installer has asked for.
>How do I find out what inf file is used for each driver so I can copy that
>on to the CD with the other files?
>
> Thanks,
> J.
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Jason

External


Since: Sep 17, 2008
Posts: 3



(Msg. 9) Posted: Thu Sep 18, 2008 6:57 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

Tried:
1. Slip streaming - IDE drives on PCI card still not found
2. F6 doesn't work either - TXTsetup.oem file missing
"Jason" wrote in message

> Driver Guide does the whole job. NowI need to figure out how to slipstream
> XP Pro SP2 then slip stream the drivers so the drivers will install with
> fresh intalls.
> ---
> J.
> "Jason" wrote in message

>>I have used the windows\inf directory to install drivers that windows have
>>found. I have then copied the other files that the installer has asked
>>for. How do I find out what inf file is used for each driver so I can copy
>>that on to the CD with the other files?
>>
>> Thanks,
>> J.
>>
>
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Jason

External


Since: Sep 17, 2008
Posts: 3



(Msg. 10) Posted: Thu Sep 18, 2008 6:58 pm
Post subject: Re: copy inf files
Archived from groups: per prev. post (more info?)

Tried:
1. Slip streaming - IDE drives on PCI card still not found
2. F6 doesn't work either - TXTsetup.oem file missing
"Jason" wrote in message

> Driver Guide does the whole job. NowI need to figure out how to slipstream
> XP Pro SP2 then slip stream the drivers so the drivers will install with
> fresh intalls.
> ---
> J.
> "Jason" wrote in message

>>I have used the windows\inf directory to install drivers that windows have
>>found. I have then copied the other files that the installer has asked
>>for. How do I find out what inf file is used for each driver so I can copy
>>that on to the CD with the other files?
>>
>> Thanks,
>> J.
>>
>
>
 >> Stay informed about: copy inf files 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
USB1 or USB/2? - How do I tell if my USB's are 1 or 2? How do I tell which are 1 or 2 (assuming some are, some aren't)? How do I tell if my external HD is running 1 or 2? Thank you yessir

Preventing PnP on a COM port - Hi, I have some non-PnP equipment connected to a COM port and it seems booting XP is messing with it when it is trying to see if there is anything connected that it recognizes. Is there anyway to make XP recognize the COM port but skip trying to see..

5 year-old HP desktop RAM memory upgrade? - One of my PC's is a 5 y/o HP desktop, specifically an HPa250n model, that came with a 2.60GHz Intel P4 processor and (originally) 512MB DDR SDRAM (2 x 256 DIMM in each of 2 x 184pin DDR slots). It is expandable to 2GB. There are 2 available slots for..

CD-ROM not recognized - My CD-ROM is not being recognized in My Computer, and CDs won't load. Device Manager says the drive is functioning normally, the drivers are the latest and not corrupted. (I've already looked at the previous threads on this subject, tried many of the..

Swedish keyboard support for Danish and Norwegian - It would be nice for Microsoft to support the characters Æ and Ø by being able to type AltGr-Ä and AltGr-Ö, and to recommend them to be printed on keyboards. Today Swedish journalists and others change spelling of Danish and Norwegian names..
   Windows Help (Home) -> Windows XP Hardware All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]