Hello,
I am using VS 2010. My app is ClickOnce deployed. My three Prerequisites are CR 2010 and both the .NET 4.0's.
When i run the ClickOnce the CR 2010 prerequisites runs first, but it requires .NET to be on the machine to be successful. I need this ClickOnce to first install .NET 4.0 THEN CR 2010. Seems like a simply proposition,...
Our company uses ClickOnce to internally deploy our main application (AppA). I'm in the process of writing a helper application (AppB) that, ideally, would be started via AppA. We were planning on including AppB in AppA's solution, then adding a reference to AppB.
Is there any way to actually do something like Process.Start by calling...
Hi.
I need to experiment with windows service's click once reaction. But in publish tab in visual studio I see 1 hour as the most frequent option check. I can't wait so long in order to test click once. I also would like my end users to control this value.
Second question. I have n install project that will install about 4 services. ...
I have a WPF app that utilizes WCF to send data to a server. Works great in my development environment, but when I publish it via Click Once it will not work, the send times out. The kicker is if I navigate to the sub folder that Click Once installs to it runs fine. The only place that it fails is when it is spawned from the Click Onc...
Hi.
I want to deploy app painlessly having autoupdate turned on. However I'm forced to use MSI installer for various purposes. We'll deploy winforms app and a bundle of windows services.
I really liked how you can click few buttons in the publish tab and have it all deployed to a web server with .application and .manifest files.
So, I ...