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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

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

ios - I get the error Property '...' not found on object of type '...' -