Top "Clickonce" questions

ClickOnce is a Microsoft technology that simplifies deployment of applications by publishing to a website, where the user can install it by clicking a link on a page of that website.

ClickOnce Error: The deployment identity does not match the subscription

I'm using Visual Studio 2008 SP1. I have a Windows Forms application deployed internally using ClickOnce in a shared folder on …

.net clickonce identity manifest subscription
MSBuild doesn't respect PublishUrl property for my ClickOnce app

I'm trying to make a batch file to publish the few ClickOnce application we have in one click. I'm using …

msbuild clickonce
ClickOnce application skips asking for an update (or fail launch if skip is selected)

I updated my ClickOnce application and then when the user runs they are asked if they want to install the …

c# visual-studio-2008 clickonce .net-3.5 visual-studio-2008-sp1
Multiple ClickOnce installations with different Deployment Identity, but same Application Identity

We have several deployments of the same assemblies with different configuration files for different environments. We package these up in …

clickonce
Problems using MsBuild using command line for Publish Click Once

I have Windows application in csproj in my solution, and I want generate Publish using command line (bat, cmd). My …

msbuild clickonce publish
How do I get the ClickOnce Publish version to match the AssemblyInfo.cs File version?

Every time I publish the application in ClickOnce I get get it to update the revision number by one. Is …

visual-studio clickonce versioning
Find Install directory and working directory of VSTO Outlook Addin; or any Office Addin

I created a VSTO Outlook Addin that uses a library Html2Xhtml.dll (.NET) which calls another Html2xhtml.exe …

outlook vsto clickonce working-directory
How to synchronise the publish version to the assembly version in a .NET ClickOnce application?

In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> Properties -> Publish …

c# version clickonce build-automation
How do I deploy two ClickOnce versions simultaneously?

I would like the ability to have a test ClickOnce server for my applications where users can run both the …

c# .net deployment clickonce
What is signing ClickOnce manifests for?

According to Microsoft, you must sign your ClickOnce application. But it seems to me that it works just fine when …

.net clickonce manifest code-signing