0
I am starting to create desktop applications in Visual Studio C# and came to me the following question, after generating an application executable and install on another computer is it possible to make changes in this application without having to uninstall what is already working? As if it were an "update package". If it exists as, someone could tell me or post some link or fonts that I can search on the subject. From now on I thank anyone who can help.
Sincerely yours,
You refer to a Windows Forms, WPF or UWP application?
– Leandro Angelo
it’s not very clear what you need. See if it helps you: https://answall.com/a/277495/69359
– Rovann Linhalis
@Leandroangelo, at first application Windows Form.
– Q.Wesley
@Q.Wesley Now missing you include in your question: How is the installation done and what kind of update you intend to do
– Leandro Angelo
@Rovannlinhalis, it goes something like this, if I’m an application that has a simple screen and then I’d like to change something on that screen (her name for example), I would have to generate an entire executable to reinstall the application on the user’s machine or if I have a means to just upgrade, passed a file containing the changes. I’ll look at the links you posted, thank you.
– Q.Wesley
you will have to send the compiled files again... the link I put is an option to update these files in the client, but, it will be a little more complicated =]
– Rovann Linhalis
@Leandroangelo, I’m going to make these changes to the question.
– Q.Wesley