clickonce Questions
5
Solved
Is there a way to install a ClickOnce application without prompting the user at all? I'm talking about the "Run/Don't Run" that a user gets the first time he/she runs the application.
There seem t...
Robbierobbin asked 6/2, 2013 at 14:58
5
Solved
When signing my ClickOnce deployment via Visual Studio's project "Signing" settings page I specified our SHA2 (SHA256) EV Authenticode certificate and publish.
After publishing and attempting to...
Diuretic asked 16/9, 2016 at 18:59
5
Solved
Can I reliably initiate the un-installation of a ClickOnce app, from within the app?
In other words, I want to give the user a big "Uninstall Me Now" button on one of the forms. When a user click...
Waylan asked 19/4, 2010 at 23:54
3
Solved
After publish by using ClickOnce in C#, I got fully confused about how to find the directory of the folder: 'Application Files'. The reason I want to do this is I want to put some files into this f...
3
Solved
Release an HelloWorld add-in for Ms Word. Sign and publish via ClickOnce, with the installation folder being set to an online directory.
Routine to follow
Run the add-in setup.exe to install via...
8
Solved
I would like the ability to have a test ClickOnce server for my applications where users can run both the production version and the test version in parallel. Is this possible?
I first tried using...
Sackbut asked 18/11, 2009 at 7:59
7
I have to make a backup of the program running from the file *.appref-ms
When I opened the file GitHub.appref-ms using a text editor I found
http://github-windows.s3.amazonaws.com/GitHub.applicati...
Papyrology asked 26/5, 2012 at 12:46
5
I'm wondering if you can create a ClickOnce installer for a project and then host the installation folder on GitHub (via the downloads page)?
I guess by default ClickOnce publishes the installatio...
2
I have published my wpf project to the dir publish and it is under source control (github)
So I want to add a download link to my readme.md and according to:
Is it possible to offer a ClickOnce ins...
6
(Disclaimer: I use the Japanese version of Visual Studio 2005, and while I'm literally translating the menu names of my Visual Studio into English, it's likely to be different than how they're actu...
2
We have an net 4.0 winforms application that we publish with clickonce to the client pc's. The installation is about 80 MB. The application is offline available and the update occurs in the startup...
Baronet asked 21/10, 2011 at 12:45
5
Solved
I've got a ClickOnce application that is leaving all old versions on my disk. It's an internal corporate application that gets frequent updates, so this is a disaster for rapidly inflating our back...
Koslo asked 20/5, 2010 at 12:12
12
Solved
I maintain a large WPF application which I inherited from another developer. I use ClickOnce to publish it. Suddenly, today I got an error message:
Error 2 Cannot publish because a project failed t...
Mayonnaise asked 28/12, 2012 at 14:10
3
I can successfully build a WPF application with the new csproj format using the Sdk="Microsoft.Net.Sdk".
However, it is a bit of a challenge to publish the said app. The option is definitely not a...
3
Solved
I'm using Visual Basic 2010 Express Edition on a Win7 machine. I want to install a program using ClickOnce so that it will be available offline (available in my Start Menu). I have set the Publishi...
Squashy asked 14/3, 2013 at 10:57
3
Solved
Is there a script for always making all my published builds required, update-wise? I want to force an update to all my customers no matter what, however, they are asked whether or not they want to ...
4
My ClickOnce application is currently on version 2.0.0.12. I updated the application, changed the published and assembly version to 2.0.0.13. When I start the application on a client desktop it che...
Chivers asked 24/5, 2012 at 13:29
5
Solved
I am working on deploying a ClickOnce Application build on .NET 4.5
Here are the facts:
I have a valid Comodo Authenticode Certificate
The certificate is installed in my local cert store
The proj...
Schultz asked 8/5, 2015 at 20:24
7
I am having trouble on ClickOnce Application with FireFox and Chrome in IE it works fine.
the Detail Of exception is:
PLATFORM VERSION INFO
Windows : 6.1.7600.0 (Win32NT)
Common Language Runtime...
9
I know it is a very commonly faced problem. But, there is a slight difference, my WPF installs perfectly and runs on Windows 7 and Windows 8 OSes. But, when tried to install on a VM running Windows...
4
Solved
My company has a ClickOnce application that has been in use with our customers for about a year now.
We're going through a re-branding and want to change the name of the application. However, just...
1
I notice that it's possible to publish a .net core 5 console application with ClickOnce using Visual Studio.
TLDR;
The whole point of a console application is to be able to invoke it on the command...
Comical asked 11/1, 2021 at 16:38
1
Solved
I'm new to using click once when publishing my applications, I've managed to get my application published. However, when I launch the application as a user I'm finding that the app settings file ha...
Daviddavida asked 15/1, 2021 at 14:25
10
Solved
I've had a ClickOnce app in use for a few months now, but recently started getting an error on my deployment of the latest version. With this latest version I've added a reference to a DLL that I h...
2
Solved
I have a small PowerShell script wrapped in an exe (using Quest Power GUI). This exe is then deployed to a UNC path using mageUI.exe (i.e. through a 'ClickOnce' deployment).
Now, there is a namespa...
Elegit asked 27/11, 2020 at 15:41
© 2022 - 2025 — McMap. All rights reserved.