microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.96k stars 4.94k forks source link

Installing Sysvad unsuccessful | devcon failed #677

Closed akashrajkn closed 1 year ago

akashrajkn commented 2 years ago

I am following the driver (build) and installation process as mentioned here: SysVAD Virtual Audio Device Driver Sample

C:\SysvadDriver>C://Tools//devcon install ComponentizedAudioSample.inf Root\Sysvad_ComponentizedAudioSample
C://Tools//devcon failed.

Any help is appreciated. How can I debug this?

shilanzhang commented 2 years ago

I got this error due to the package in fact is not in current dir. for you case, are sure all the files is under c:\sysvadDriver ?

akashrajkn commented 2 years ago

Thanks for the reply. I will have to check it out and let you know, since it's been a few months