signtool Questions
3
Solved
EDIT
Event log error was this:
error 0x8007000B: The app manifest publisher name (CN=...)
must match the subject name of the signing certificate
(CN={19BE29DF-4812-4F2E-8FC1-A138B146946A}).
...
Marquismarquisate asked 27/5, 2016 at 1:28
4
Solved
We sign our executables on the build server. Suddenly the build server failed to build giving the error:
SingTool Error: The sepcified timestamp server either could not be reached or returned an...
Judie asked 24/4, 2017 at 10:12
2
We are working on optimizing the digital signing process using the signtool.exe digest options. So far the workflow looks like this:
Create the digest on the client: signtool.exe sign /f cert /fd...
Yachting asked 13/9, 2019 at 22:24
3
Solved
I've been signing compiled apps for several months and have a script that calls the Windows 10 SDK signtool. It's been working fine on two different computers and my certificate is valid. Today, I ...
Landsknecht asked 2/6, 2020 at 20:45
3
Solved
I want to EV Code sign using a private key on a Yubico Yubikey 5 using signtool.exe, However everytime I sign a file, it prompts for the password. I would like the entry of this key to be automated...
Iyeyasu asked 29/9, 2023 at 7:19
5
Solved
As part of our build system, we use signtool.exe with a certificate to sign our binaries once they've been built. Occasionally (it's hard to tell when it will strike), the signing fails:
error MS...
Decontrol asked 21/2, 2012 at 16:1
1
I try to sign a WPF ClickOnce application with EV certificate stored on a HSM from Gemalto. I have a Continuous Deployment (CD) configured and I want to sign automatically without user interaction,...
Najera asked 25/2, 2019 at 12:1
6
Solved
I'm setting up a new development laptop, and have installed a self-issued code signing certificate. I can see it in certmgr under my Current Users's Personal Certificates.
When I try to build from...
Upbow asked 12/6, 2019 at 13:44
6
While using signtool for code signing on our buildserver jenkins shows the following error message:
Done Adding Additional Store
Error information: "Error: SignerSign() failed." (-2147023673/0x800...
22
I'm trying to sign a Windows 8 appx package with a pfx file I have. I'm using a command like so:
signtool.exe sign /fd sha256 /f "key.pfx" "app.appx"
And from this, I get:
SignTool Error: No ...
Palladio asked 8/4, 2014 at 19:25
4
Solved
I have a self-signed code signing certificate, made with the directions from this answer, that works fine when used with signtool.exe, however if I try to sign using Set-AuthenticodeSignature, it ...
Ribbonwood asked 7/6, 2012 at 17:47
4
Solved
I'm searching for the latest version of sign tool. Already installed latest windows 10 SDK, but signtool.exe date did not change.
Dispose asked 15/1, 2018 at 6:10
1
Solved
We deliver an executable to a client-service which starts this executable in a new process after downloading it from our servers.
The executable is signed (authenticode) with the CodeSigning-Certi...
Radiothorium asked 7/8, 2015 at 14:15
4
Solved
I followed this link
to sign my exe application.
I installed SDK tool on Windows 7,
run C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin>makecert.exe -sv App-O.pvk -n "CN=MY DIGITAL KEY" App-...
7
Solved
When the following URL is not available, what other timestamp URL can I use in my setup authoring tool? The specific error I get is: SignTool Error: The specified timestamp server either could not ...
Macmacabre asked 15/3, 2012 at 6:12
0
TL;DR Question
Does the expiry of the Timestamp Certificate have any bearing on the validity of the signed file (under normal Windows operation)?
Preamble
The basics of Code Signing and Timestampin...
Sextuple asked 30/9, 2022 at 12:8
2
Solved
I am attempting to automate our code signing process in Inno Setup. Unfortunately we have a fairly strict protocol on the .pfx and password distribution, and only one person on the project can have...
Ambulacrum asked 21/6, 2013 at 12:53
17
Solved
How to install SignTool.exe in Visual Studio 2015 for Windown 10?
I tried to build my project but the program threw an error :
Error An error occurred while signing: SignTool.exe not found.
Dugan asked 7/8, 2015 at 4:7
3
Solved
I am trying to sign my assemblies and setup files during project build using SignTool.exe. Following this answer I wanted to use the /sha1 option so that I don't need to specify the certificate pas...
Limnology asked 1/3, 2016 at 8:41
3
I am trying to use Visual Studio 2012 Express to sign my appx file for a windows store app, but get the following error:
SignTool Error: The specified algorithm cannot be used or is invalid
I am...
Proconsulate asked 2/9, 2014 at 20:17
4
Solved
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 /a /f cert.pfx /v /t "http://timestamp.verisign.com/scripts/timstamp....
Blister asked 4/10, 2011 at 23:49
2
Solved
Question concerning a failure I'm having when attempting to dual sign with SHA1/SHA256.
I've had a SHA256 code signing certificate for a few years now, but before the new year (2016), I started us...
4
Solved
I've created a post build event to do code signing of the application after a successful build with the following post build script.
copy $(TargetPath) $(TargetDir)SignedApp.exe
signtool sign /t h...
Vaughan asked 14/6, 2017 at 23:49
2
We recently purchased an EV Code Signing Certificate.
I followed instructions and I can successfully sign our built applications (exe files), our libraries (dll).
However, I can't sign our setup pa...
6
Solved
While trying to sign some installer created by the company I am working for I encountered an error, which I have not been able to solve. I am using the same certificate which has been used on anoth...
Unclassified asked 24/2, 2015 at 8:19
1 Next >
© 2022 - 2025 — McMap. All rights reserved.