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.