I am manually trying to install a test driver from
https://github.com/Microsoft/Windows-driver-samples/tree/master/audio/sysvad
I build sysvad solution and got tabletaudiosample on a windows 10 , 64 bit virtual machine.
I copied .inf, .sys . cat and package files to a folder inside target computer.
1.Hardware ID will be found in respective inf file, open inf with notepad++ ,ctrl+f [HardwareIds]
2.bcdedit /set TESTSIGNING ON
reboot
go to devcon.exe folder
3.cd C:\Tools
4.Install the certificate named as 'package', right click, install.
5.open command prompt as administrator
devcon.exe install C:\Users\WDKRemoteUser\Desktop\Debug\tablet\tabletaudiosample.inf *ROOT\sysvad_TabletAudioSample
Device node created. Install is complete when drivers are installed...
Updating drivers for ROOT\sysvad_TabletAudioSample from C:\Users\WDKRemoteUser\Desktop\Debug\tablet\tabletaudiosample.inf.
devcon.exe failed.
In the device manager, I can see an unknown device. Here devcon.exe failed with no other useful message.
How can I see what are caused the failure? Is there any log file generated?
Thanks for help.
