clickonce Questions
10
Solved
I have a client that wants to use Google Chrome for an internal web app we've developed(I don't blame him, I really enjoy using chrome!)
The problem is we have a win forms app that the users can l...
Janitajanith asked 2/2, 2009 at 7:50
3
Solved
I've a Windows Forms application, and it is deployed through ClickOnce. During launch of the application it checks for an update and prompts the user for the same. If the user choose not to install...
Daubery asked 24/2, 2011 at 14:33
17
Solved
Getting this error on ALL ClickOnce application launches for a certain user. This started happening after a version upgrade (but happens to no one else).
I've tried subsequently changing the versi...
2
Introduction:
We have 3 relevant test servers:
name OS version .NET CLR
TS1 Win7 Pro SP1 6.1.7601.65536 4.5.51209 4.0.30319.34209
TS2 Wsrv2008r2 SP1 6.1.7601.65536 4.8.03761 4.0.30319.42000
TS...
Chiefly asked 2/3, 2023 at 23:29
5
I am I am having a problem installing a ClickOnce vb.net windows forms application. I have tried few solutions suggested here on this site and none have helped.
My application is built with VS2010...
Rosenkranz asked 17/4, 2017 at 12:28
6
I have C# wpf installation done with .net using click once installation. All works fine. Then I have the following code which is part of the installed program:
String destinationPath = System.Wind...
24
Solved
I'm trying to deploy a ClickOnce application, but installation fails on the client. Here's the error log:
PLATFORM VERSION INFO
Windows : 6.1.7601.65536 (Win32NT)
Common Language Runtime : 4.0.303...
Titanesque asked 17/3, 2011 at 9:56
1
I try to sign a WPF ClickOnce application with EV certificate stored on a HSM from Gemalto. I have a Continuous Deployment (CD) configured and I want to sign automatically without user interaction,...
Najera asked 25/2, 2019 at 12:1
2
A ClickOnce application created using Mage is not showing the icon that was specified in for the Mage command-line parameter in control panel Add or Remove Programs.
I read some blogs, like:
App...
3
Solved
I am in the process of writing a library (c# .net 4.0) for use in a number of applications. One of the requirements is that the library returns slightly different results to calls depending on whet...
3
Solved
I try for several days now to publish my ClickOnce application with Azure DevOps Pipeline. Before going in detail here is what I would like to do from my release view:
I started with one artifac...
Schwaben asked 12/11, 2019 at 3:53
2
Solved
I have an Excel VSTO add-in, which updates every 24 hours via ClickOnce. This works fine.
I would like to provide a button where the user can manually check for an update, immediately. I followed ...
Haematosis asked 21/5, 2020 at 14:6
9
Solved
I have published an app using ClickOnce for about a year with relatively few issues.
This week I am off site, but needed to make some changes to the app and the way the autoupdate works - so I am ...
Bridgettebridgewater asked 10/6, 2009 at 18:2
10
Solved
I have a windows forms application that is deployed to two different locations.
Intranet - ClickOnce
Internet - Installed on a citrix farm through Windows installer
I display ClickOnce version ...
Goer asked 8/7, 2009 at 13:33
2
Solved
Since ClickOnce installs per profile rather than per computer, is there any way to uninstall a single ClickOnce client application from multiple profiles at the same time?
We have a ClickOnce appl...
Lisbethlisbon asked 12/8, 2009 at 15:16
3
Solved
I have a console application that I'm deploying using ClickOnce. Once the user installs the program the associations are set but the associated program is the installer(ClickOnce Application Deploy...
Sedulity asked 18/11, 2009 at 23:24
6
Solved
I have read in some of the ClickOnce posts that ClickOnce does not allow you to create a desktop icon for you application. Is there any way around this?
Antineutrino asked 30/9, 2008 at 8:12
6
Solved
In my C# ClickOnce application, there is an auto-incremented publish version in the Project -> Properties -> Publish tab. I'd like to display that version in my menu Help -> About box, but the code...
Flynn asked 28/9, 2009 at 19:30
3
Solved
I am looking to use code similar to the below, but in a .NET Core WPF C# application. This is what I previously used.
public static string GetVersion()
{
if (System.Deployment.Application.Applicat...
Jerboa asked 8/2, 2021 at 10:41
3
I have a WPF application that I want to deploy to our users via ClickOnce. We have four environments, System Testing, User Testing, Parallel production and Production. Each needs a different config...
Render asked 8/2, 2013 at 14:53
2
We have a dotnet core console application which we want to use ClickOnce deployment. Mainly every time the user runs the application, it should check for update and update itself.
This was availa...
Certify asked 18/4, 2018 at 12:14
6
I have a ClickOnce install of a .NET 4.0 application. I got this error:
You cannot start application from this location because it is already installed from a different location
I got it by do...
Marzi asked 15/3, 2011 at 1:14
7
I'm using Visual Studio 2008 SP1.
I have a Windows Forms application deployed internally using ClickOnce in a shared folder on the local network.
The test certificate pfx expires in 2035.
I have...
Lucylud asked 23/6, 2010 at 8:28
4
Afer deploying my VSTO add-in with ClickOnce, I get the following error message when trying to launch setup.exe:
File, Addin.resources.dll, has a different computed hash than specified in manife...
Entoblast asked 21/8, 2009 at 16:19
2
Solved
I've updated one of my WPF apps from .NET Framework 4.7 to .NET 5. It uses the ClickOnce Installer to install updates. Since the change to .NET 5, I'm using the AssemblyVersion for setting the vers...
1 Next >
© 2022 - 2025 — McMap. All rights reserved.