Where can I find makecert.exe? Visual Studio Ultimate 2012

前端 未结 4 1267
灰色年华
灰色年华 2020-12-28 12:39

Attempting to use a makecert UI tool to make it easier to generate a self-signed code certificates I\'m trying to find the DIR location of makecert.exe

I followed th

相关标签:
4条回答
  • 2020-12-28 13:01

    Makecert has been deprecated, you can find a PowerShell script that does the same on TechNet: https://gallery.technet.microsoft.com/scriptcenter/Self-signed-certificate-5920a7c6

    0 讨论(0)
  • 2020-12-28 13:07

    For VS 2017 , Windows 10 found it in the following locations:

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

    0 讨论(0)
  • 2020-12-28 13:08

    Found it: C:\Program Files (x86)\Windows Kits\8.0\bin\x64

    or for Visual Studio 2013: C:\Program Files (x86)\Windows Kits\8.1\bin\x64

    0 讨论(0)
  • 2020-12-28 13:12

    Can't find it on my 2012 or 2013 versions, but 2008 has it under

    \Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SDKTools

    \Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin

    \Program Files\Microsoft Visual Studio 8\Common7\Tools\Bin

    Guessing it was removed?

    0 讨论(0)
提交回复
热议问题