Top "Signtool" questions

The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.

Signtool error: No certificates were found that met all given criteria with a Windows Store App?

I'm trying to sign a Windows 8 appx package with a pfx file I have. I'm using a command like so: …

windows-8 windows-store-apps signtool appx
Visual Studio SignTool.exe Not Found

I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I …

publish signtool
How to install SignTool.exe for Windows 10

How to install SignTool.exe in Visual Studio 2015 for Windown 10? I tried to build my project but the program threw …

signtool
Path to SignTool.exe or "Windows Kits" directory when using Visual Studio 2012

How do you get the path to SignTool.exe when using Visual Studio 2012? In Visual Studio 2010, you could use <…

msbuild visual-studio-2012 signtool
signtool failing to dual sign SHA2 and SHA1 with timestamps

We need to dual sign our binaries with SHA1 and SHA2 using signtool.exe, our certificate supports 256-bit SHA2. Using …

windows sha256 authenticode signtool verisign
signtool fail with inno setup : 0x80070003 - "Store IsDiskFile() failed"

I'm getting a weird error whiles signing my software. I'm using inno setup 4.5.2. Running Sign Tool command: signtool.exe sign /…

inno-setup signtool
Why's My Root Certificate Not Trusted?

I have issued myself a Code Signing certificate from a certificate server. I have also issued myself the root certificate …

c# dll certificate code-signing signtool
Why I get "The specified PFX password is not correct" when trying to sign application with signtool?

I followed this link to sign my exe application. I installed SDK tool on Windows 7, run C:\Program Files\Microsoft …

pfx signtool
How to install SignTool.exe for VS 2017?

After upgrade to VS 2017 i got "Error An error occurred while signing: SignTool.exe not found." But only using MSbuild …

visual-studio-2017 signtool
Code signing with signtool fails due to private key filter

While trying to sign some installer created by the company I am working for I encountered an error, which I …

windows certificate code-signing private-key signtool