Reputation: 5620
I have deployed my windows app project but when i run it it first throws an error "Unknown publisher". How to hide this message?
Upvotes: 6
Views: 5640
Reputation: 4619
You have to digitally sign your package to prevent this type of error.
http://msdn.microsoft.com/library/ms172240.aspx.
But typically it is advised not to worry about this at the development stage of the application but only consider this at the shipping time.
If you are interested in knowing the nitty-gritty details go here
Upvotes: 7