SignTool 错误:找不到文件 - pfx
我正在使用 signtool.exe
使用 PFX 签署二进制文件 文件。
但是当我尝试通过命令行执行该命令时,会显示一条错误消息。SignTool 错误:找不到文件:D:\Myfile.Pfx
但文件 D:\Myfile.Pfx
存在于该位置。
我尝试使用最新版本的 SignTool 对文件进行签名。 exe,但问题仍然存在。
我使用的是 Windows XP SP3 32 位。
您知道此错误的原因以及如何纠正它吗?
I am using signtool.exe
to sign binaries with the PFX file.
But when I try to execute the command through command line, an error message is displayed.
SignTool Error: File not found: D:\Myfile.Pfx
But the file D:\Myfile.Pfx
exists at that location.
I tried signing files using the latest version of SignTool.exe, but the problem persists.
I am using Windows XP SP3 32 bit.
Any idea on the reason for this error and how do I rectify it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在实际签名之前给出一个 echo 语句,这不仅让您有机会检查正在使用的命令,而且还给signtool足够的时间(延迟),有时可以解决此问题。这可能不是错误的命令或文件不存在,但也可能是时间问题以及返回的模糊错误代码。
try giving a echo statement before the actual signing which not only gives you a chance to review the command being used but also giving signtool enough time (delay) which sometimes fixes this issue. It may not be a wrong command or file not existing but could be a timing issue as well with a vague error code returned.