signtool

Signtool error: No certificates were found that met all given criteria with a Windows Store App?

 ̄綄美尐妖づ 提交于 2019-11-28 15:40:44
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 certificates were found that met all the given criteria. What "criteria" am I not meeting? This is only for testing so these are self-signed certificates. I've tried importing the key and then signing it, but it always results in the same error. How do I fix this? When getting this error through Visual Studio it was because there was a signing certificate setup to match the computer it was originally

How can I sign an ActiveX control with a code signing certificate and be a verified publisher?

纵饮孤独 提交于 2019-11-28 13:03:47
I'm trying to sign an ActiveX control with a code signing certificate issued by Thawte. I was able to successfully sign the control using signtool.exe. When I look at the file properties, it says "The certificate in the signature cannot be verified." When I view the certificate it says "Windows does not have enough information to verify the certificate." On the certification path tab, it says "The issuer of this certificate cannot be found." In internet explorer, the certificate is recognized as signed but the user receives warnings that the publisher is not verified. I've tried creating a

Is it useless to sign my Windows application with a self signed certificate?

你说的曾经没有我的故事 提交于 2019-11-28 06:41:26
问题 I have coded an NWjs Windows application (Chromium application) and using Inno Setup, I have signed it using a self-signed certificate. However, I get the "Windows protected your PC" message when trying to install it from the web. I wonder now if signing my application with this self-signed certificate is useless because I get the same result when I don't sign the application and package it as it is. When I click "more info" it states that the publisher is unknown in both cases when I sign

SignTool Not Signing ClickOnce App Using SHA256, Only Uses SHA1

Deadly 提交于 2019-11-27 14:57:41
问题 I'm trying to sign my clickonce app. I have an EV code signing certificate that is using SHA256. The problem is that when I sign my app using the post build commands, it seems to be using SHA1 instead of SHA256. Here is a clip of the output window: Running Code Analysis... 1> Code Analysis Complete -- 0 error(s), 0 warning(s) 1> The following certificate was selected: 1> Issued to: Certificate Subject Name Here 1> 1> Issued by: DigiCert EV Code Signing CA (SHA2) 1> 1> Expires: Thu Apr 14 06

signtool failing to dual sign SHA2 and SHA1 with timestamps

一笑奈何 提交于 2019-11-27 10:21:59
问题 We need to dual sign our binaries with SHA1 and SHA2 using signtool.exe, our certificate supports 256-bit SHA2. Using the Windows 8 SDK's signtool: e.g.: signtool.exe sign /as /fd sha256 /t http://timestamp.verisign.com/scripts/timstamp.dll /f "certificate.pfx" /p XXXXXXX "file.dll" (where XXXXXXX is our password for the certificate) fails with the cryptic error: SignTool Error: SignedCode::Sign returned error: 0x80070057 The parameter is incorrect. SignTool Error: An error occurred while

Signtool error: No certificates were found that met all given criteria with a Windows Store App?

拈花ヽ惹草 提交于 2019-11-26 23:55:14
问题 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 certificates were found that met all the given criteria. What "criteria" am I not meeting? This is only for testing so these are self-signed certificates. I've tried importing the key and then signing it, but it always results in the same error. How do I fix this? 回答1: When getting this error through

Visual Studio SignTool.exe Not Found

╄→尐↘猪︶ㄣ 提交于 2019-11-26 21:59:46
I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I get an error as Visual Studio cannot find 'SignTool.exe'. I have searched my Hard drive a few times for this but it is nowhere on my PC. Can anyone help me find it or download it? I have a windows 7 and installing the ClickOnce Tools was not enough. The signtool.exe appeared after also installing the sdk: bhish I had the same issue but installing the Windows 8.1 SDK as per Catquatwa's answer did not work for me (signtool.exe was still missing from C:\Program Files (x86)\Microsoft SDKs

Visual Studio SignTool.exe Not Found

不羁岁月 提交于 2019-11-26 08:07:49
问题 I have completed an application I have made in Visual Studio 14.0, but when I tried to publish the program, I get an error as Visual Studio cannot find \'SignTool.exe\'. I have searched my Hard drive a few times for this but it is nowhere on my PC. Can anyone help me find it or download it? 回答1: I have a windows 7 and installing the ClickOnce Tools was not enough. The signtool.exe appeared after also installing the sdk: 回答2: I had the same issue but installing the Windows 8.1 SDK as per

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

一笑奈何 提交于 2019-11-26 06:42:37
问题 I\'m building an MSI installer for windows and sign the installer using signtool. When I run the .msi to test it, the UAC (User Account Control) prompt shows up to ask me if I want to allow the installation to proceed. That\'s fine, but the prompt shows a number of fields, and for the Program Name field it displays something like \"403b3.msi\". This is not the name of the msi I\'m running. How can I get the correct Program Name to be displayed? 回答1: Use the /d command line argument with the