Sheldon
Sheldon

Reputation: 2628

Do I need to sign my ClickOnce app in order to be able to execute it from other PCs?

Do I need to sign my ClickOnce app in order to be able to execute it from other PCs?

I'm trying to execute the app from another PCs and is not possible. I can't do it. Not even on my machine unless I create a test certificate with visual studio.

Upvotes: 0

Views: 122

Answers (1)

RobinDotNet
RobinDotNet

Reputation: 11877

If it is a VSTO application, yes.

For WinForms/WPF/Console, not necessarily. Are you deploying it to one PC and trying to install it? Where are you deploying it to? A file share or a webserver? What happens when you try to install it on the other machine?

What version of .NET are you targeting? It only works with .NET 3.5 SP-1 and .NET 4.

Upvotes: 1

Related Questions