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

Parse XML to dynamic object in C#

C# Updating GUI from different thread