在 Word 选项加载项对话框中设置发布者

发布于 2024-08-29 04:27:50 字数 327 浏览 6 评论 0原文

我使用 Visual Studio 2010 RTM 为 Microsoft Word 2010 Beta 制作了一个插件。当我查看“查看和管理 Microsoft Office 加载项”时,发布者显示为“无”。

使用软件发布者证书进行代码签名是否会填写发布者字段?

ClickOnce 清单使用代码签名证书进行签名。

使用强名称密钥文件签署程序集是否会填写“发布者”字段?

是否有使用 codesign.exe 来填充“发布者”字段的方法?

注意:使用signtool.exe 使用证书对addin dll 进行签名会导致发布者在Word 中显示为“无”。

I have made an addin for Microsoft Word 2010 Beta using Visual Studio 2010 RTM. When I look at "View and manage Microsoft Office Add-ins" the publisher shows up as None.

Would code signing with a Software Publisher Certificate fill in the Publisher field?

The ClickOnce manifest is signed with a Code Signing certificate.

Would signing the assembly with a strong name key file fill in the Publisher field?

Is there a method using codesign.exe that would fill in the Publisher field?

Note: Using signtool.exe to sign the addin dll with the certificate results in the publisher showing as None in Word.

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

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

发布评论

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

评论(1

静待花开 2024-09-05 04:27:50

您应该修改目标文件以设置发布者等详细信息。此解决方案虽然适用于 VSTO 2008,但仍应适用于 2010 年: http://blogs.msdn.com/vsto/archive/2008/06/11/specify-a -产品名称-发布者名称-和其他属性-for-vsto-solutions-saurabh-bhatia.aspx

You should be modifying the targets file to set details like Publisher. This solution, albeit for VSTO 2008, should still be applicable to 2010: http://blogs.msdn.com/vsto/archive/2008/06/11/specify-a-product-name-publisher-name-and-other-properties-for-vsto-solutions-saurabh-bhatia.aspx

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