The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.
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 appxI have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I …
publish signtoolHow to install SignTool.exe in Visual Studio 2015 for Windown 10? I tried to build my project but the program threw …
signtoolHow do you get the path to SignTool.exe when using Visual Studio 2012? In Visual Studio 2010, you could use <…
msbuild visual-studio-2012 signtoolWe need to dual sign our binaries with SHA1 and SHA2 using signtool.exe, our certificate supports 256-bit SHA2. Using …
windows sha256 authenticode signtool verisignI'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 signtoolI have issued myself a Code Signing certificate from a certificate server. I have also issued myself the root certificate …
c# dll certificate code-signing signtoolI followed this link to sign my exe application. I installed SDK tool on Windows 7, run C:\Program Files\Microsoft …
pfx signtoolAfter upgrade to VS 2017 i got "Error An error occurred while signing: SignTool.exe not found." But only using MSbuild …
visual-studio-2017 signtoolWhile 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