How to install SignTool.exe for Windows 10

前端 未结 13 1913
感情败类
感情败类 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:44

    You need to install the Windows 10 SDK.

    1. Visual Studio 2015 Update 1 contains it already, but it is not installed by default. You should go to Control Panel -> Programs and Features, find Microsoft Visual Studio 2015 and select "Change".

    Visual Studio 2015 setup will start. Select "Modify".

    In Visual Studio components list find "Universal Windows App Development Tools", open the list of sub-items and select "Windows 10 SDK (10.0.10240)".

    Windows 10 SDK in VS 2015 Update 1 Setup

    1. Of cause you can install Windows 10 SDK directly from Microsoft: https://go.microsoft.com/fwlink/?LinkID=698771

    As josant already wrote - when the installation finishes you will find the SignTool.exe in the folders:

    • x86 -> c:\Program Files (x86)\Windows Kits\10\bin\x86
    • x64 -> c:\Program Files (x86)\Windows Kits\10\bin\x64\

提交回复
热议问题