tags:

views:

95

answers:

2

Hi,

Can some tell the steps to sign my clickonce app?

If buy a certificate from someone how do I install it on my dev box and also the server where I want it to go on??

Please outline steps.

Malcolm

+1  A: 

Here are the outlined steps I believe you are after - How to: Sign Application and Deployment Manifests

Ben Griswold
+1  A: 

I found this blog post from Brian Noyes extremely useful. It details how to take a purchased certificate and create a .pfx file you can use to sign ClickOnce manifests.

whatknott