Update USB Drivers to the Windows System Directory

This may be a pretty basic question but my understanding of usb drivers is
limited.

I have an installation that preloads an .inf file and that .inf file loads
the usb drivers when needed to the Windows System directory. (I know in 98
you can just copy straight to the system directory but not in XP.) This
part works without a glitch. When an older version of the driver exists, it
copies the new drivers to the company folder C:\Company\Usb_Drivers (in
doing so updates the older drivers). This new version of drivers never
makes it to the systems directory. It seems like windows has a driver that
works so it fails to re-copy (or re-read the .inf) the drivers to the
systems folder.

Is there a way to get the new files updated to the system folder? I tried
updating the .inf file but that doesn’t seem to work.

Any suggestions would be greatly appreciated.

Thanks!!

Teresa


This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.
Thank you for your cooperation

Hmmmm… Do you have a DriverVer directive in your INF?? In theory, if you change the DATE in DriverVer (note that the x.y.z.a version NUMBER field doesn’t matter), you should get the new driver installed.

Also, be sure to run your INF through CHKINF to find any other weird glitches that might be playing a part.

Peter
OSR

Peter,

Thanks for the suggestion. There wasn’t a version directive in the old .inf
file and when I add a version directive with today’s date it doesn’t seem to
do anything. It doesn’t ever update the systems directory.

Is it a problem that the original had no version directive in it?

Teresa

-----Original Message-----
From: xxxxx@osr.com [mailto:xxxxx@osr.com]
Sent: Monday, May 08, 2006 3:49 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] Update USB Drivers to the Windows System Directory

Hmmmm… Do you have a DriverVer directive in your INF?? In theory, if you
change the DATE in DriverVer (note that the x.y.z.a version NUMBER field
doesn’t matter), you should get the new driver installed.

Also, be sure to run your INF through CHKINF to find any other weird
glitches that might be playing a part.

Peter
OSR


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer


This e-mail and any attachments may contain confidential material for the sole use of the intended recipient. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please contact the sender and delete all copies.
Thank you for your cooperation