Skip to main content

Questions tagged [automatic-update]

Filter by
Sorted by
Tagged with
1 vote
2 answers
111 views

There are tools like dependabot or greenkeeper for npm and others for other languages. Now at first glance they improve security by keeping open source dependencies up-to-date. But I am wondering, do ...
Phil's user avatar
  • 119
0 votes
1 answer
224 views

Currently i'm working on a small platform with a simple client-server model and will soon go in a closed beta with a launching customer. In essence it's an Electron application which is mostly used ...
user1692823's user avatar
2 votes
3 answers
4k views

I'm working on a Desktop application, and to allow frequent updates without too much hassle, I want to install a simple "bootstrap" application to the "Program Files" directory, and the actual ...
Brandon - Free Palestine's user avatar
2 votes
2 answers
235 views

I've created an application that can create and update documents. A document is a relational database (it's a SQLite database). I'm planning to update the structure of the database (add fields, add ...
JiBéDoublevé's user avatar
0 votes
3 answers
2k views

I'm working on an automated update system for a legacy server/client software package written in Delphi. The way I'm designing it is so the client's (customer's) server machine runs a service which... ...
Jerry Dodge's user avatar
3 votes
8 answers
3k views

Providing support for outdated software is both unexciting and expensive. If people are still using the version which was sold ten years ago, it means that they will find bugs which do not exist in ...
Arseni Mourzenko's user avatar
7 votes
4 answers
511 views

It is common for software vendors to offer automatic updates. The research and installation of these updates can be done at application startup through a service or process in the background (which ...
Larry's user avatar
  • 231