Windows-rust-driver-samples icon indicating copy to clipboard operation
Windows-rust-driver-samples copied to clipboard

Digital Signature Problem

Open lonnietc opened this issue 9 months ago • 1 comments

Hello

Everything seems to compile up just fine on my Windows 10 (x64) system but seem to run into a problem in Step 8 for "Install the Driver from the Admin Prompt"

D:\Win-rust-driver-samples\test\target\debug>pnputil.exe /add-driver echo_2.inf /install

Microsoft PnP Utility

Adding driver package:  echo_2.inf
Failed to add driver package: The third-party INF does not contain digital signature information.

Total driver packages:  1
Added driver packages:  0

It fails to add the driver with the as the INF does not contain digital signature information.

How to correct this?

Thanks as I think that everything is very close to working, now.

lonnietc avatar May 13 '24 16:05 lonnietc

You have to install the inf in target\debug\echo_2_package\echo_2.inf. One folder deeper.

JohnAZoidberg avatar Oct 04 '24 09:10 JohnAZoidberg