When trying to install either the 1802.M2 or 1802 releases on Windows 10 (Version 1709) I am getting the
The third party INF does not contain digital signature information.
error. I have tried installing the provided certificate to the Trusted Root Certification Authorities store in both the Current User and Local Machine location.
Any suggestions on how to resolve my issue? I assume I am following the former instructions correctly. When I install certificate files, I do not get an option to "manually install", just to manually set a store. I also don't see a "Trusted Root" store, just a "Trusted Root Certification Authorities" store.
I do know I could probably install this driver by disabling digital signature checking, however, I would like to see if there is some other underlying issue either with my setup or the project.
I was able to solve the issue! You should install Drivers\x64\ReleaseSigned\AmtPtpDevice\AmtPtpDevice.inf and NOT Drivers\x64\ReleaseSigned\AmtPtpDevice.inf (in this case I am using a 64-bit OS, your mileage may vary)
@imbushuo If this issue is not isolated to me (which despite the lack of open issues, I believe it is), I think it is something that should be noted in the README, or possibly the structure of the files & folders should change in the Releases. I would submit a PR, but I think how to mitigate this issue is really up to you.
Most helpful comment
I was able to solve the issue! You should install
Drivers\x64\ReleaseSigned\AmtPtpDevice\AmtPtpDevice.infand NOTDrivers\x64\ReleaseSigned\AmtPtpDevice.inf(in this case I am using a 64-bit OS, your mileage may vary)@imbushuo If this issue is not isolated to me (which despite the lack of open issues, I believe it is), I think it is something that should be noted in the README, or possibly the structure of the files & folders should change in the Releases. I would submit a PR, but I think how to mitigate this issue is really up to you.