Questions tagged as 'clickonce'

1
answer

What is the way in which applications made in C # Windows Forms are updated, having version control?

What would be the step-by-step of such an upgrade so that the software after going through some change or upgrade does this reflect systems that have the same software?     
asked by 09.05.2014 / 02:20
1
answer

Suggestion for updating WindowsForm application

I'm developing a Windows Form application in C #, this is a rather large application, I'd like to know what technology I use to update this application on the client computer. I tried to implement ClickOnce, plus I saw that it installs the syste...
asked by 10.04.2015 / 15:26
1
answer

Shortcut on user's initialize clickonce

I have an application ClickOnce , I have the option to create a shortcut in Desktop , but is there a way to make it add a shortcut in the Windows initialization? Programmatically, which user when installing the application, au...
asked by 16.01.2015 / 12:06
1
answer

Application continues to run even after it is closed

I'm having a problem with my application. It remains in the list of processes even after its completion, in addition to it, the ClickOnce application also appears in the list. Scenery My application communicates with a ratchet through a...
asked by 24.08.2017 / 16:01
0
answers

What type of digital certificate should I use? [closed]

I have a small project in C # using CLickOnce for publishing. 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 outside a company that works with it ...)...
asked by 11.12.2015 / 17:40
0
answers

Smart Screen blocks my application

When publishing an application with Visual Studio using ClickOnce In Windows 7, when installing or upgrading, the Security Warning is displayed below which is not a problem, but it bothers. AlreadyinWindows8.0(andinlaterversions,Ibelieve)isc...
asked by 01.10.2015 / 18:13
1
answer

How do I set the installation location in ClickOnce?

I'm developing an application in VS2012 using WPF, I'm using ClickOnce itself to install the application, but it always installs in the users' folders, type:    C: \ Users \ USERNAME \ AppData \ Local \ Apps \ 2.0 \ GT ?? 4KXX.PRJ \ EGV ?????...
asked by 04.08.2014 / 19:15
1
answer

ClickOnce does not receive last update

I have an application in WinForms, published on my app server. When I try to install the latest version ex. 1.1 by ClickOnce, the client machine installs version 1.0, which in this case is the version currently installed on the client machine...
asked by 24.02.2016 / 15:17
1
answer

Application does not run with Visual Studio 2013

I made two small applications in Visual Studio 2013, which do the following: The first one assembles the serial and saves this serial in the windows registry; The second reads the key in the windows registry. When I run the application...
asked by 12.12.2015 / 17:31