在Word选项加载项对话框中设置发布者 [英] Set Publisher in Word Options Add-Ins Dialog

查看:129
本文介绍了在Word选项加载项对话框中设置发布者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Visual Studio 2010 RTM为Microsoft Word 2010 Beta创建了一个插件.当我查看查看和管理Microsoft Office加载项"时,发布者显示为无".

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?

ClickOnce清单用代码签名证书签名.

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?

是否存在使用codesign.exe的方法来填充发布者"字段?

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

注意:使用signtool.exe对带有证书的加载项dll进行签名会导致发布者在Word中显示为无".

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

推荐答案

您应该修改目标文件以设置诸如Publisher之类的详细信息.尽管适用于VSTO 2008,该解决方案仍应适用于2010:

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

这篇关于在Word选项加载项对话框中设置发布者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆