在 Visual Studio 中创建受信任的 MSI 安装项目?
我有创建 .MSI 文件的 VS2008 和 VS2010 安装项目。在 Server 2008 上,我收到应用程序不“受信任”的警告。如何为使用 Visual Studio 构建的应用程序赢得信任?
谢谢。
I have both VS2008 and VS2010 Setup projects that create .MSI files. On server 2008, I get warnings that the apps are not "trusted". How can I bake-in trust for the apps I build with Visual Studio?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为它们必须经过数字签名。
I think they have to be digitally signed.
您需要获取软件发行商证书来签署您的 msi。您可以从 Verisign 或 GoDaddy.com 或其他公司购买。
以下是一个选项的链接: http://www.godaddy.com/ssl /代码签名证书.aspx
You need to get a software publisher certificate to sign your msi with. You can purchase one from Verisign or GoDaddy.com or others.
Here is a link to one option: http://www.godaddy.com/ssl/code-signing-certificate.aspx