How to install SignTool.exe for VS 2017

signtoolvisual-studio-2017

After upgrade to VS 2017 i got
"Error An error occurred while signing: SignTool.exe not found."
But only using MSbuild on the Visual Studio publish there's no problem.

I already checked folder
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bin"
and in fact there's no SignTool.exe present.
But there was before installing VS2017, any ideas?

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

Best Answer

Signtool is included with the Windows 10 SDK

  1. Open Visual Studio installer.

  2. Switch to the "Individual Components" tab

  3. Choose the version of the SDK that suits your needs.

enter image description here

Multiple copies may be installed.

enter image description here