I have published a click once application with a trusted publisher (.pfx) certificate. I'm trying this in a enteprise environment so the certificate was generated and given to my domain administrator so it's specific to my machine. So I have the installed the certificate (using the pfx file) in my trusted publisher list:
I have also signed my click once application using the same certificate:
When I view the ceritifcate, it all seems to look ok:
However, finally when I try to install Click once application using the published setup files, in the prompt it still says it's untrusted:
I would expect it to say at least the publishers name correctly in the prompt ( as per http://msdn.microsoft.com/en-us/library/ms996418.aspx) Any ideas how to resolve this?
Ok, upon further investigation, it actually seems to be an actual issue with integrity of the Certificate provided by our IT team. I repeated the same process above using a temporary certificate genertaed in VS2012 and then adding that to the Trusted Root Publishers and this time the dialog did display the Publisher Name as expected. So looks like an issue with integrity of the certificate generated by the IT team.