How to install SignTool.exe for Windows 10

前端 未结 13 1891
感情败类
感情败类 2020-12-13 03:30

How to install SignTool.exe in Visual Studio 2015 for Windown 10? I tried to build my project but the program threw an error :

Error An error occu

13条回答
  •  一生所求
    2020-12-13 03:49

    SignTool is available as part of the Windows SDK (which comes with Visual Studio Community 2015). Make sure to select the "ClickOnce Publishing Tools" from the feature list during the installation of Visual Studio 2015 to get the SignTool.

    Once Visual Studio is installed you can run the signtool command from the Visual Studio Command Prompt.

    By default (on Windows 10) the SignTool will be installed in:

    • C:\Program Files (x86)\Windows Kits\10\bin\x86\signtool.exe

提交回复
热议问题