问题
I have deployed my windows app project but when i run it it first throws an error "Unknown publisher". How to hide this message?
回答1:
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
来源:https://stackoverflow.com/questions/6503026/unknown-publisher-error-while-executing-exe