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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -