smadaminov / ovs-dpdk-meson-issues

VMware Summer 2021
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

'MakeCert' is not recognized as an internal or external command, operable program or batch file. #2

Closed smadaminov closed 3 years ago

smadaminov commented 3 years ago

The first step to sign NetUIO driver is to create a self-signed certificate. However, the following error happens when I try to use MakeCert

C:\Program Files>MakeCert
'MakeCert' is not recognized as an internal or external command,
operable program or batch file.
smadaminov commented 3 years ago

To solve this issue, first make sure that you have installed Microsoft Windows Software Development Kit (SDK). The MakeCert is installed with this SDK. However, if you have SDK installed then most likely you don't have it in the %PATH%. Thus, the solution is to simply add it to the %PATH%. Check the following folder to make sure that you have MakeCert (not that the version may differ):

C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64

Credit: link