Top "Signtool" questions

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

creating a key and signing executable with signtool

How would I sign a Visual C# executable? SignTool.exe can't find a certificate. How would I create a self …

code-signing signing signtool code-signing-certificate
SignTool error when signing AppX file: "Error: SignerSign() failed." (-2147024693/0x800700cb)

I am creating an Appx package using makeappx.exe and then try to sign it using SignTool.exe. The error …

windows-store-apps signtool appx
SignTool internal error when trying to repackage an APPX package?

I'm analyzing existing Windows Store applications and modifying them to make sure my company's obfuscator works with them. I've ran …

windows-8 package windows-runtime signtool windows-store
UWP appx package Signtool "Error: SignerSign() failed." (-2147024885/0x8007000b)

EDIT Event log error was this: error 0x8007000B: The app manifest publisher name (CN=...) must match the subject name …

windows-store-apps signtool appx desktop-bridge desktop-app-converter
Why does signtool in command-prompt return "Windows cannot find 'signtool'. Make sure you typed the name correctly..."

I do have that file. (In "...\Program Files\Microsoft SDKs..."). And I went to installed-programs (in Control Panel) and "reinstalled" …

sdk cmd assembly-signing signtool
SignTool.exe Sporadically Fails with Exit Code 1

As part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been …

cruisecontrol.net digital-certificate signtool
SignTool unexepected internal error

I am running SignTool with the following command: signtool sign /f keyfile.pfx /p mypassword pathToMsiFile.msi and i get …

authenticode signtool
Signtool: Since Windows 10 Update 1803: No certificates were found that met all the given criteria

I'm using signtool to sign my c# assemblies. Everything worked fine until Windows 10 1803 Update. Now as soon as a restart …

signtool
The UAC prompt shows a temporary random Program Name for msi, can the correct name be displayed?

I'm building an MSI installer for windows and sign the installer using signtool. When I run the .msi to test …

windows certificate uac signtool