I understand how to use ClickOnce and deploy an application to a web site for updates. But what if I want to have more control over the install such as the folder and icons and what-not. How can I do
What is a good open source alternative to clickonce? One that is most popular and under active development I guess?
I need to write a file in the same folder where a console ClickOnce .application (executable file) resides. The folder wher开发者_StackOverflow社区e it launches from.
Greetings, we have to following problem. Our application is deployed using ClickOnce. Everything is running fine and application is able to connect to the wcf service. The problem occurs when applic
Our smart-client application is deployed using the ClickOnce. Our production site is hosted on 2 separate web servers, and they are pointed from the same domain-name (for load-balancing). Here is what
I\'ve just deployed our first ClickOnce application. Unfortunately it requires far more than on开发者_如何学Pythone click to install our application.
I am trying to reference LINQPad.exe, a .NET executable, so that my code can make use of its wonderful .Dump() extension method. Adding a reference to the exe allows me to use the following code on my
Underlying problem I was trying to solve is to apply custom key bindings for internal VSTO Word addin methods (develiped in C#):
I am using VS2008 to publish my application files using ClickOnce. I read somewhere that ClickOnce intelligently does only partial updates; meaning it only downloads files from the network share if th
Just wondering if there\'s a way to make Visual Studio 2008 Express Edition generate normal exe files that are create开发者_开发技巧d by the installer for my app?