How to install SignTool.exe for VS 2017?

After upgrading to VS 2017, I received "Error Signing Error: SignTool.exe not found." But only when using MSbuild in Visual Studio does not publish any problems.

I already checked the folder "C: \ Program Files (x86) \ Microsoft SDK \ Windows \ v7.0A \ Bin" and actually there is no SignTool.exe. But did you have any ideas before installing VS2017?

I followed this issue but no luck. How to install SignTool.exe for Windows 10

+9
source share
5 answers

Signtool is included with the Windows 10 SDK

  • Open the Visual Studio installer.

  • Go to the tab "Individual components"

  • SDK, .

enter image description here

.

enter image description here

+14

VS 2017, signtool

, setup.bin.

MSB3147: 'setup.bin' csproj

+2

; , signtool.exe . signtool.exe Windows 10 SDK Visual Studio, "C:\Program Files (x86)\Microsoft SDKs \" ClickOnce\SignTool ".

+1

C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin

This may be because he was there before installing vs2017.

Checking is not harmful :)

0
source

C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool> This is where it is in my system.

0
source

Source: https://habr.com/ru/post/1016797/


All Articles