Reputation: 1671
Some time ago, I have published a WPF application using ClickOnce technology. The manifests are signed properly and when a customer downloads the setup.exe file the editor can be successfully verified:
However I noticed when the same setup.exe is downloaded from Windows XP operating system (still a requirements for the business) it seems the publisher cannot be verified.
How can I fix that? I supposed my certification would cover all Windows OSs, right?
Upvotes: 1
Views: 387
Reputation: 7
As far as I understand, you see that message in Windows XP simply because that OS does not have any info about your Publisher in its secure publisher storage. If the publisher was added to this storage not a long ago, Windows XP won't get the update that includes your Publisher's certificate info, so the OS is unable to check the validity of your application's digital signature.
Upvotes: 1