Visual Studio SignTool.exe Not Found

后端 未结 8 968
走了就别回头了
走了就别回头了 2020-11-28 05:46

I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I get an error as Visual Studio cannot find \'SignTool.exe\'. I

相关标签:
8条回答
  • 2020-11-28 06:26

    No Worries! I have found the solution! I just installed https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx and it all worked fine :)

    0 讨论(0)
  • 2020-11-28 06:27

    I had the same issue but installing the Windows 8.1 SDK as per Catquatwa's answer did not work for me (signtool.exe was still missing from C:\Program Files (x86)\Microsoft SDKs\Windows\vX\Bin).

    I stumbled across this solution: http://www.benedykt.net/2015/08/12/missing-signtool-exe-w-visual-studio-2015/

    Basically, for VS 2015, this would be:

    • Open Programs and Features
    • Select "Microsoft Visual Studio 2015" and click "Change"
    • Press "Modify" to progress to Features options
    • Select "Windows and Web Development", then tick "ClickOnce Publishing Tools" for installation
    • Then "Next" and then "Update"
    0 讨论(0)
提交回复
热议问题