Fixing Expired ClickOnce Certificate

If certificate expired:

  • Create new certificate (using Visual Studio)
  • Use Renewcert (Method 3) + This code (renewcert.cpp)
  • Create extended certificate (5years)
  • Release App

If certificate is about to expire skip first step

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#