SignTool 使用下划线签名 exe 更改程序名称

发布于 2024-12-20 14:12:49 字数 173 浏览 5 评论 0原文

我正在尝试使用 Signtool 对可执行文件进行数字签名。

在签名之前,当双击运行exe时,它会请求管理员权限,并显示程序名称为MyProgram_5.4.5。

使用签名工具签名后,管理权限屏幕将程序名称显示为“5.4.5”,下划线之前的文本丢失。

有什么办法可以把第一部分剪掉吗?

I am trying to use the signtool to digitally sign an executable.

Prior to signing, when double clicking to run the exe, it requests administrator privileges, and displays the Program Name as MyProgram_5.4.5.

After signing with the signtool, the admin privileges screen displays the Program Name as "5.4.5" with the text prior to the underscore missing.

Is there any way around getting the first part cut off?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

追风人 2024-12-27 14:12:49

当您签署应用程序时,管理员权限将从数字签名中获取“描述”并将其显示在对话框中。您需要在签署可执行文件时设置此信息。另一个快速建议。我发现 KSign 比signtool 更容易使用。您可以在这里找到它(免费):

http://codesigning.ksoftware.net

When you sign an application the admin privileges picks up the "Description" from the digital signature and displays this in the dialog. You need to set this information when you sign the executable. Another quick suggestion. I have found KSign to be much easier to use than signtool. You can find it here (it's free):

http://codesigning.ksoftware.net

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文