The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files.
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-certificateI am creating an Appx package using makeappx.exe and then try to sign it using SignTool.exe. The error …
windows-store-apps signtool appxI'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-storeEDIT 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-converterI do have that file. (In "...\Program Files\Microsoft SDKs..."). And I went to installed-programs (in Control Panel) and "reinstalled" …
sdk cmd assembly-signing signtoolAs part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been …
cruisecontrol.net digital-certificate signtoolI am running SignTool with the following command: signtool sign /f keyfile.pfx /p mypassword pathToMsiFile.msi and i get …
authenticode signtoolI'm using signtool to sign my c# assemblies. Everything worked fine until Windows 10 1803 Update. Now as soon as a restart …
signtoolI'm building an MSI installer for windows and sign the installer using signtool. When I run the .msi to test …
windows certificate uac signtool