syams86 / Virtual-Audio-Pipeline

A WDM Virtual Audio Cable/Device
GNU General Public License v2.0
129 stars 38 forks source link

Unable to install under Windows 10 #1

Open CoDEmanX opened 8 years ago

CoDEmanX commented 8 years ago

I tried to install it, but it doesn't seem to be working under Windows 10.

After running Install.bat, nothing appears to have changed. Therefore, I tried to execute the devcon installation command in an admin shell. It gives me:

devcon.exe failed

If I right-click the .inf file > Install, it reports (translated):

Third-party INF file is not signed

Is there a way to make this work? Or would you have to sign the file?

syams86 commented 7 years ago

Hello, you need to recompile the source code with latest WDK, Visual Studio 2015 or higher and test the binary in virtual machine. then install in PC. thank you.