How to install SignTool.exe for VS 2017?

Start Developer Command Prompt for VS 2017 then it is in the path variable signtool

That seems to do the trick, now the problem is with setup.bin file.

error MSB3147: Could not find required file 'setup.bin' in csproj folder


C:\Program Files (x86)\Microsoft SDKs\ClickOnce\SignTool> This is where its there in my System.


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