VSTO Signed, but still get confirm prompt at install

做~自己de王妃 提交于 2019-12-31 03:25:08

问题


I develop a VSTO addon for Outlook. I sign the addon with a certificate purchased with Verisign Inc. The cert is valid and authorized by a trusted root authority. But when my customers install the addon they are still prompted with "Do you want to install this addon from this publisher?" question.

From what I understand Verisign cert is enough to make this go away, am I right? Is this prompt a mandatory in VSTO addon installation?

Thanks


回答1:


No, the prompt isn't mandatory, but it sounds like either 1) your code isn't actually signed, even though you think it is (you should be able to verify that by right clicking on the compiled DLL and examining the security tab) 2) The Cert isn't the right kind of cert (there are different kinds of certs, I believe the one you need is called a "Code Signing" cert. 3) Maybe there's an older version on the customer's machine that's still being loaded (and hence prompting)?

But short answer is, with the right cert, properly signed and properly installed, the user won't get the prompt.



来源:https://stackoverflow.com/questions/5858688/vsto-signed-but-still-get-confirm-prompt-at-install

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!