How do I update my WPF application after it is installed?

Asked

Viewed 402 times

1

I’ve found several programs that create an installer for my application, but I’m worried when I need to make system updates, I need it to be something automatic, when the user logs in, the system would check for updates, if there is the system itself download the update and update. Does anyone have anything of the kind or any hint?

1 answer

3

There is a Microsoft technology called Clickonce. You need to study and familiarize yourself with how it works. Visual Studio already has everything you need to generate your application’s installer with Clickonce. I use in a system I made for a client and works very well.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.