Most voted "clickonce" questions
Clickonce is a deployment technology that allows you to create self-upgradable Windows-based applications that can be installed and run with minimal user interaction.
Learn more…12 questions
Sort by count of
-
17
votes1
answer2946
viewsHow are applications made in C# Windows Forms updated, with version control?
What would be the step by step of such update so that the software after going through some change or update this is reflected to the systems that have the same software?
-
2
votes1
answer1159
viewsSuggestion to update Windowsform application
I am developing a Windows Form application in C#, this is a slightly large application, I would like to know what technology I use to update this application on the client’s computer. I tried to…
-
1
votes1
answer338
viewsShortcut on clickonce User Startup
I have an app ClickOnce, I have the option to create a shortcut on Desktop, but there is a way to make it add a shortcut in Initialize Windows? Programmatically, the user when installing the…
-
1
votes0
answers148
viewsSmart Screen blocks my application
When publishing a Visual Studio application using Clickonce In Windows 7, when installing or updating, the Security Notice below is displayed which is not a problem, but bothers. Already in Windows…
-
1
votes0
answers115
viewsWhat kind of digital certificate should I use?
I have a small c# project using Clickonce for publication. I would like to know what kind of digital certificate I should use (if necessary where to buy...), or how can I do it (if it can be done…
-
1
votes1
answer83
viewsApplication continues to be executed even after closure
I’m having a problem with my application. The same continues in the list of processes even after its completion, besides it, also appears in the list the application Clickonce. Setting My…
-
0
votes1
answer963
viewsHow to set the installation location in Clickonce?
I am developing an application in VS2012 using WPF, I am using Clickonce itself to install the application, only it always installs in users' folders, like: C: Users USERNAME Appdata Local Apps 2.0…
-
0
votes1
answer35
viewsClickonce does not receive last update
I have an application in Winforms, posted on my app server. When I try to install the latest ex version. 1.1 by Clickonce, the customer machine does the installation of version 1.0, which in this…
-
0
votes0
answers16
viewsClickonce for Dotnetcore
Good morning. We have a Console Application project in Dotnetcore 3.0. We need to generate an installer along the lines of Dotnetframework’s Clickonce. In addition to generating the installer, it…
-
0
votes1
answer115
viewsThe WFA1.exe file is not a valid (portable executable) PE
Hello, I’m trying to use the update function of visual studio using Click Once, but on some computers, when starting to install the file, it crashes and displays an error message. This problem only…
-
0
votes1
answer50
viewsDifficulty with Clickonce c# Wpf
I have an application and recently I had to implement the Webdriver Phantonjs, which simulates a browser but in a way that is invisible to the user. In my application everything is ok, it works…
-
-1
votes1
answer220
viewsApplication does not run with Visual Studio 2013
I made two small applications in Visual Studio 2013, which do the following: The first mounts the serial and saves that serial in the windows registry; The second reads key in windows registry. When…