|
From: Xiaofan C. <xia...@gm...> - 2007-08-19 00:17:05
|
On 8/18/07, Benedikt Sauter <sa...@si...> wrote: > how can I do this, > that the windows driver installer can find my driver for a libusb device > automatically? I put my .inf into Windows\inf, the libusb0.dll into > Windows\system32 and the .sys into > Windows\system32\drivers > > But the install wizard of windows find the .inf but can not find the .sys > automatically? > > In which folder I have to put the .sys and .dll files? > You put them in the same folder say c:\tempdriver. I think it is not a good idea to put it to the Windows\inf folder. |