Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown Publisher when I install application I wrote?

When I install my application on my computer I get a warning that the publisher is not verified. How can I change that? or do I need to worry about that when I distribute my application?

The application is written in Visual Studio 2008 with VB.NET

like image 730
JPJedi Avatar asked Apr 01 '10 15:04

JPJedi


1 Answers

On the Project Properties window, go to the Signing tab. Create/Import certificates and sign the manifests and/or assembly.

You can find more information here, with helpful links at the "See Also" section.

like image 174
M.A. Hanin Avatar answered Oct 04 '22 09:10

M.A. Hanin