windows - DPInst. Specify .sys file location -


i using dpinst-tool install driver (i have .inf , .sys files). in dpinst.xml specified search-element follows:

<search>     <subdirectory>*</subdirectory> </search> 

but during installation "files needed" popup-window appears asking me specify location of .sys file.
possible specify it's location prior installation in dpinst.xml or maybe in .inf-file?

dpinst searches .inf file. telling dpinst search recursivly in subfolders relative dpinst working directory. .inf file should point .sys file.

look @ here info on .inf files , here more info on dpinst.


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -