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.

Recommendations for clearing out ClickOnce deployment junk

.NET ClickOnce applications get deployed into a subfolder of C:\Documents and Settings\\Local Settings\Apps\2.0. In development we tend …

clickonce
Can I create a desktop icon for a ClickOnce application?

I have read in some of the ClickOnce posts that ClickOnce does not allow you to create a desktop icon …

.net clickonce smartclient
How do I diagnose "Microsoft .NET ClickOnce Launch Utility has stopped working"?

We deploy our application using ClickOnce, installed from a file path. For 24 versions it has been working perfectly - now, …

.net clickonce installation launch
ClickOnce - Publishing folder vs. Installation folder

Could someone tell me the difference between the publishing folder location and the installation folder URL? Is there any reason …

clickonce
Pitfalls/gotchas of ClickOnce/smart-client deployment in .NET

I have several .NET Windows Forms applications that I'm preparing to convert into a ClickOnce/smart-client deployment scenario. I've read …

.net winforms clickonce smartclient
How to get the publish version of a WPF application

I want my WPF application publish version. I tried using the answer for this question. It works but the problem …

c# wpf clickonce
Serialization Assembly. Is it needed or not?

I have a .net 2.0 c# ClickOnce app and it connects to its data via Web Services. I've been told that …

c# web-services serialization assemblies clickonce
Unable to apply publish properties for item X

Whenever we do a build in our main solution we receive the following warning: Unable to apply publish properties for …

c# visual-studio-2010 visual-studio visual-studio-2012 clickonce
How to sign a ClickOnce application

I have a ClickOnce application that I built for a client, and I need it to be from a trusted …

c# .net c#-4.0 clickonce
How to Auto-Update Windows Mobile application

I have a .net cf 3.5 Windows Mobile application that my client wants to have autoupdate features. Here is what I …

windows-mobile compact-framework installation clickonce