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.
I need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder …
.net windows clickonceI wrote a fairly simple application with C#/.NET and can't figure out a good way to publish it. It's …
c# deployment visual-studio-2012 installation clickonceI have to make a Backup of the Program running from the file *.appref-ms When i Opened the File GitHub.…
clickonce shortcuts applicationreferenceI'm trying to deploy a ClickOnce application, but installation fails on the client. Here's the error log: PLATFORM VERSION INFO …
c# visual-studio-2010 clickonceI signed the assembly with my VSTO 4.0 word add-in with strong name key file .snk and tried to uncheck Sign …
.net vsto clickonceSo I was writing an application that requires access to the registry. I had not touched any build settings, wanting …
c# wpf compiler-errors clickonceI have a .NET application that I distribute using ClickOnce and I make available online only. How do I clear …
.net deployment clickonceI maintain a large WPF application which I inherited from another developer. I use ClickOnce to publish it. Suddenly, today …
wpf visual-studio-2012 clickonce assembly-signing