I'm creating an installer for an application. This application uses a
special type of printer that we'll supply to the client as part of a package
with the software. I'd like to install the USB drivers that come with the
printer into a location where the printer will find them as soon as it's
plugged in - i.e. the client won't have to browse to a directory to select
the drivers. Is this possible - and, if so, where should I install the
drivers.
I guess I'm asking if there's a default USB driver search path that Windows
traverses in search of a driver before it gives up and ask the user for
help. Does a USB device generally know the *name* of the file it's looking
for, if not the location?
I'm only interested in XP and Vista.