验证 ClickOnce 哈希

发布于 2025-01-06 20:56:33 字数 120 浏览 0 评论 0原文

我需要在构建 ClickOnce 包时验证哈希码 - 有什么方法可以在不先安装它的情况下执行此操作?理想情况下,我会在创建包后立即在 MSBuild 脚本中执行此操作。 Mage.exe好像没有这个能力。

谢谢

I need to validate the hashcode when building a ClickOnce package - Any way to do this without installing it first? Ideally I would do it in my MSBuild script, right after I have created the package. It doesn't seem that Mage.exe has this ability.

Thanks

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

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

发布评论

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

评论(1

梦一生花开无言 2025-01-13 20:56:33

您可以使用框架工具中的 mage.exe 手动签名,mage 有 cli 和 gui 版本可用。我在构建时使用了命令行工具来对包进行签名,并且效果很好,我认为 cli 应该提供一种验证哈希值的方法。

但顺便说一句。如果您更改任何文件,则必须放弃整个包。

you could sign manually by using mage.exe from the Framework tools, there is an cli and an gui version of mage available. I've used the commandline tool for resigning packages while build and it works great, I think the cli should provide a way to validate hashs.

But btw. if you change any file you have to resign the entire package.

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