Trying to use the makecert UI tool to simplify the creation of self-signed code certificates. I am trying to find the DIR location of the makecert.exe file
I followed this previous answer and all the command line switches worked without errors. - However, when I tried to use the user interface tool, I got an error:

So, I assumed that I would need to place the tool in the same directory as makecert.exe and pvk2pfx.exe
Here are the places I looked:
- C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v7.0A \ Bin
- C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v7.0A \ Bin \ x64
- C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v8.0A \ bin (empty)
- C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v8.0A \ bin \ NETFX 4.0 Tools
- C: \ Program Files (x86) \ Microsoft Visual Studio 11.0 \ SDK \ v3.5 \ Bin
- C: \ Program Files \ Microsoft Visual Studio 11.0 (no corresponding folders)
visual-studio-2012 makecert
Samuel Nicholson Nov 13 '13 at 16:14 2013-11-13 16:14
source share