A
andrea.visinoni
I need to run a batch or an exe to install drivers for a Pnp usb device
with FTD2XX
drivers from FTDI.
Now from a batch i call:
C:\WINDOWS\System32\rundll32.exe setupapi,InstallHinfSection
DefaultInstall 132 .\ftd2xx.inf
and i can successfully see the file install dialog appear, all the
drivers
files are copyied in the right places, oemxx.inf is created, but when i
plug in the device the same dialog appear and i need to reinstall
drivers again in order to make it work.
I noticed that after the batch, in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\
there is no Vid_0403&Pid_6001 key as expected
So how can i full manually install this device without interaction with
the user?
Hi Andrea
with FTD2XX
drivers from FTDI.
Now from a batch i call:
C:\WINDOWS\System32\rundll32.exe setupapi,InstallHinfSection
DefaultInstall 132 .\ftd2xx.inf
and i can successfully see the file install dialog appear, all the
drivers
files are copyied in the right places, oemxx.inf is created, but when i
plug in the device the same dialog appear and i need to reinstall
drivers again in order to make it work.
I noticed that after the batch, in
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\
there is no Vid_0403&Pid_6001 key as expected
So how can i full manually install this device without interaction with
the user?
Hi Andrea