Snowy
Snowy

Reputation: 6132

Make Trusted MSI Setup Project in 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.

Upvotes: 1

Views: 1129

Answers (2)

JJ3
JJ3

Reputation: 133

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

Upvotes: 2

Beth
Beth

Reputation: 9617

I think they have to be digitally signed.

Upvotes: 3

Related Questions