Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
857 views

In Visual Studio 2015, I want to use SignTool to sign the dll, exe, and msi files of the solution on a successful build. That is, using a post-build event. I have looked at this post: Disable signing ...
Igavshne's user avatar
  • 697
3 votes
2 answers
1k views

our company ordered an EV-Certificate from GlobalSign. Before we had a normal code signing certificate as a p12 file which we could use in Install4J. Now, with the new certificate we have no cert-...
dominic.e's user avatar
  • 293
11 votes
4 answers
11k views

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 http:...
JonN's user avatar
  • 2,588
0 votes
1 answer
414 views

I recently moved my TFS to a new server. After installing everything and setting up a new Agent my builds got the following error: Error MSB3482: An error occurred while signing: SignTool.exe was ...
Zarkos's user avatar
  • 457
0 votes
1 answer
51 views

I'm trying to use DigiCert Gui to sign an EXE and a DLL. The certificate was available to the previews User Account but the PC was moved to a different location and different Working Group and that ...
Ehud Grand's user avatar
  • 3,713
11 votes
6 answers
20k views

After upgrade to VS 2017 i got "Error An error occurred while signing: SignTool.exe not found." But only using MSbuild on the Visual Studio publish there's no problem. I already checked folder "C:\...
Vitor Silva's user avatar
7 votes
4 answers
6k views

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 ...
Mat's user avatar
  • 2,082
1 vote
2 answers
4k views

I've been stuck in this for a couple of hours. I want to deploy my C# application using a Visual Studio ("Windows") Installer instead of a Click Once Installer. For doing that, I had to install an ...
Mauricio Ubilla Carvajal's user avatar
1 vote
1 answer
886 views

I am trying to automate code signing from Bamboo for an internal security measure. Signing command: signtool.exe sign /v /debug /f "\\hostname\Cert$\Cerfile.pfx" /p "password" /d "Company name" /t "...
Jijo John's user avatar
  • 1,758
6 votes
2 answers
4k views

I've been trying to wrap my mind around Authenticode certificates for a week now. I purchased a CSC from Comodo and I've got a ClickOnce application I'd like to sign so that the SmartScreen Filter ...
soapergem's user avatar
  • 10.2k
8 votes
1 answer
3k views

I want to sign a static .exe build of one of my Open Source programs so that it will be executable in a "normal" manner to a "normal" Windows user. I bought an Open Source Code Signing Certificate ...
Tobias Leupold's user avatar
2 votes
1 answer
3k views

I am using SignTool and a digital certificate to sign dll's. Signing of dll's is one step of my build process. I use msbuild to build my applications, so it is one of the Target and uses Exec Command ...
dhiraj suvarna's user avatar
0 votes
1 answer
153 views

I'm using signtool.exe to create a digital signature for my Installer.exe, but I want the installer's manifest file to have the requestedExecutionLevel = "requireAdministrator". To do so I'm running ...
CFIP's user avatar
  • 7
3 votes
4 answers
1k views

I'm trying to use the Microsoft Desktop App Converter (AKA Desktop Bridge) and our publisher name has a comma, space and period in it. eg. CN="Acme, Inc." This does not work: DesktopAppConverter....
mikecousins's user avatar
0 votes
1 answer
695 views

I am new to this community and really desperate right now. The publishing of my tools wont work. I have searched the internet already for one week, but couldn't find any solution. Also my colleges ...
Kenan.A's user avatar
1 vote
1 answer
880 views

I have prepared my MSI package using the Advanced Installer and then signed it using the SignTool: signtool sign /debug /f "cert.pfx" /fd SHA256 /p "<pass>" /t http://timestamp.comodoca.com/...
user avatar
0 votes
1 answer
2k views

I am trying to sign one of my WIX EXEs using sign tool. When I create a certificate and install it to windows certificate store, I can easily verify the EXE using sign tool. But when I try to create a ...
AnOldSoul's user avatar
  • 4,209
20 votes
4 answers
17k views

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}). ...
dkackman's user avatar
  • 15.7k
2 votes
1 answer
2k views

Since MS dropped SHA-1 support we now need to sign with SHA-2. I sign all dlls, exe and msi. I changed my signtool.exe call to this: signtool.exe /f "PathToPFX.pfx" /fd SHA256 /p "password" /d "...
Justin Crowe's user avatar
6 votes
3 answers
5k views

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 ...
kjbartel's user avatar
  • 10.6k
4 votes
2 answers
6k views

We need to sign Windows software with sha2 algorithm but installing signtool seems to be a problem, since I am having difficulties to install the software on my machines. Moreover, I would like to ...
user1102074's user avatar
7 votes
2 answers
2k views

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 using ...
Jay Schwegler's user avatar
0 votes
1 answer
57 views

For whatever reason, I seem unable to install this SDK https://msdn.microsoft.com/en-us/windows/desktop/bg162891.aspx But I need a new signtool.exe for signing my downloads with sha256 certificate. ...
Tom's user avatar
  • 3,657
4 votes
1 answer
5k views

When users try and download my installer, after download is complete, IE11 on Windows 10 presents the error "the signature of foo.exe is corrupt or invalid" Signtool reports the signature to be valid....
Roland Rabien's user avatar
7 votes
1 answer
3k views

So I am signing a binary using signtool from the Windows SDK 8.1: "C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool.exe" sign /a /i Symantec /ac C:\utils\MSCV-VSClass3.cer /ph /t "http://...
0xC0000022L's user avatar
  • 21.2k

1
4
5
6 7 8