Questions tagged [signtool]

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

The SignTool tool is a command-line tool that digitally signs files, verifies signatures in files, or time stamps files. For information about why signing files is important, see Introduction to Code Signing. The tool is installed in the \Bin folder of the Microsoft Windows Software Development Kit (SDK) installation path.

SignTool is available as part of the Windows SDK, which you can download.

342 questions
0
votes
2 answers

SignTool.exe Missing Visual Basic 2008

When I try to publish a project, the error shows: Error 2. SignTool.exe Missing. I searched on my computer for SignTool.exe, the file doesn't exist. I installed the Windows SDK, that didnt work, the file still doesn't exist. Then I installed the…
user2714241
0
votes
1 answer

Signing Jars using signtool

I am trying to sign 3rd party jars using signtool on solaris. The jars already have a manifest.mf file, but signtool creates a new MANIFEST.MF file in the META-INF/ directory and uses that to sign the jar. If I try to validate the signed jar, it…
0
votes
1 answer

UAC dialog for an installer with a manifest and code signed

I wrote a setup.exe installer in C++ that has to be released through a web server. I attached a manifest with 'requestAdministrator' elevation and i signed it with a regular code certificate bought by Verisign. In a machine with windows 7 with UAC…
0
votes
1 answer

Failed to verified signed exe on Windows OS

I have created a JavaFX bundle on Windows7 OS and signed the .exe using signtool. The .exe is signed successfully but when verifying the .exe it is producing this error - SignTool Error: WinVerifyTrust returned error: 0x800B010D Verifying: …
Neelam Sharma
  • 2,745
  • 4
  • 32
  • 73
0
votes
3 answers

Jenkins fails in signtool.exe

I am using signtool.exe to sing my msi output through a proj file in Jenkins. My command to sign the msi is, "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\signtool.exe" sign /f "C:\Build\SignCertificate.cer" /csp "Microsoft Enhanced…
0
votes
1 answer

Prevent the 'signtool.exe' command from running when a certificate is not available

I am adding the following to post-build command line in a build event to sign the application EXE file with a certificate: "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\signtool.exe" sign /t "http://timestamp.digicert.com" /n "XXX INC"…
Alvin
  • 8,219
  • 25
  • 96
  • 177
0
votes
2 answers

the signing certificate and private key do not match or do not contain valid information

i am working a setup project and i want to sign my "setup.exe" file. For this issue, i have; A "setup.exe" file A "aaa.pfx" file (Also i am using this pfx file as my site ssl certificate.) Firstly, i converted pfx file to crt and pvk above…
Savas Adar
  • 4,083
  • 3
  • 46
  • 54
-1
votes
2 answers

"signtool not compatible" Inno Setup 6

So i was compiling a setup file in Inno setup Version 6 when the signtool that i downloaded (newest win sdk) Some random "not compatible error" Happen: Updating version info (SETUP.E32) Running Sign Tool signtool: "C:\Program Files (x86)\Windows…
-1
votes
1 answer

How to remove Windows protected your PC from Windows Batch File (.bat) file?

While clicking on batch file I am getting blue popup window **Windows protected your PC** Microsoft Defender SmartScreen prevented an unrecognized app from starting. Running this app might put your PC at risk. I tried to sign the .bat file using…
-1
votes
1 answer

I cannot sign the bin\Debug\Mainpaint.exe

When I am trying to build my project, it failed and this message occurs. Can you please help me? So I can rebuild my project again.
Zean
  • 35
  • 1
  • 6
-1
votes
1 answer

How to Code Sign with multiple timestamps - my stamps get overwritten

Problem Though I am getting no error on verbose SignTool (manual) commands on my windows executable, the timestamps get overwritten, and I wish there to be multiple timestamps, is that possible? If it is possible, then how? If it is not possible,…
Vlastimil Burián
  • 3,024
  • 2
  • 31
  • 52
1 2 3
22
23