Skip to main content

Questions tagged [automatic-update]

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
3 votes
5 answers
786 views

I'm working on a project which needs to always be up-to-date for my users. It's quite simple to make an auto-update feature, but I need to know how ethical this is. If, when the user installs the ...
Psychon Night's user avatar
0 votes
1 answer
225 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
-3 votes
2 answers
137 views

We have some linux(ubuntu) based VMs running in the cloud in a private network and they do not have external/public IP address. We have some apps running on those servers and everything is working ...
Caner's user avatar
  • 95
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
10 votes
1 answer
1k views

I've got a medium-sized project now that's just nearing the end of the "sloppy caffeine-powered prototypes for client demos" phase and transitioning into "think about the future" phase. The project ...
Jason C's user avatar
  • 465
2 votes
2 answers
238 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
6 votes
0 answers
3k views

I 've been thinking a lot on auto-updating, but wanted to check with you guys if you see any anti-patterns in my proposal: Context I'm coding a game in C++ and SDL, compiled in an Ubuntu (host) for ...
Xavi Montero'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
1 vote
1 answer
734 views

I'm working on an application which will run on multiple Amazon EC2 instances. I wish to incorporate auto update feature for my application. The updater should update all the Ec2 instances. Also, ...
mots_g's user avatar
  • 111
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
1 vote
1 answer
787 views

We're a team developing a hosted CMS (something like WordPress.com, but in .NET platform), and we want every site to get updates as we update our software. Our CMS is not multi-tenant, i.e. each site ...
Saeed Neamati's user avatar
7 votes
4 answers
513 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
8 votes
7 answers
712 views

I'm trying to determine a way to distribute software updates for a hosted/on-site web application that may have weekly and/or monthly updates. I don't want the customers who use the on-site product to ...
Scott Keck-Warren's user avatar