Auto-updating is software functionality that allows a program to maintain whether it or the supporting data is up-to-date in an automatic fashion.
Questions tagged [auto-update]
1377 questions
3
votes
3 answers
What security concerns must I worry about when writing an auto-update client?
I am writing an auto update client. It's a very simple app that:
1) Checks a central server to see if an update exists for some application
2) Downloads the install program from the server if a newer version exists
3) Runs the setup…

DanTheMan
- 3,277
- 2
- 21
- 40
3
votes
2 answers
How do I get IIS running on Windows 1709 (build 16299.15)
After updating to Windows 1709, Build 16299.15 - I tried to run my intranet app, which uses the local host. However, when I put in the URL to that (or to any permutation of localhost:XXXX, I get
"Service Unavailable" and "HTTP Error 503. The…

VedicSWEngineer
- 33
- 1
- 5
3
votes
0 answers
Electron update-available and update-downloaded event not fire on client
when client call autoUpdater.checkForUpdates() i can see the server log display this:
debug: Windows Update Search Query {
platform: ['windows_32'],
version: '2.0.0',
channel: 'stable'
}
debug: Applicable…

the anh
- 41
- 4
3
votes
4 answers
How to make xampp automatically update the localhost
I honestly don't have a clue what to put here... I have searched all over the web and can't seem to find anything useful :(
I am looking to make a website, but then I would like it to update each time I write something in the notepad (or at least…

tsgsOFFICIAL
- 59
- 2
- 11
3
votes
0 answers
How can an app developer prevent the app store from auto updating the app in certain conditions?
I would like to know if there is a way for an iOS and Android app developer to prevent the appstore from automatically updating the app on the user's device, under certain conditions.
The app would make some internal checks & tests and keep ignoring…

Alexander
- 669
- 1
- 5
- 17
3
votes
0 answers
Updating electron app manually
I was thinking this scenario
--> the user launch the app, the app is say you have updates
--> the user select yes or no to update or not to update
--> if select **no** the user don't update
--> launch the app again the App say we have download…

George C.
- 6,574
- 12
- 55
- 80
3
votes
0 answers
How to make a simple auto-updater for my electron app
After searching on the web on how to make an installer and updater for my electron app I find that installer and update section is not soo easy, and I need extra help because this problem introduces more challenges.
I have a simple folder structure…

George C.
- 6,574
- 12
- 55
- 80
3
votes
2 answers
Service worker update delay
I have a web app that is working and relying on service workers to keep all the cached files in check and to make sure users are on the correct version of the app.
Our client is currently wanting the device to check for an update at specific points…

Ryan Fisher
- 113
- 6
3
votes
2 answers
Simple update mechanism for C/GTK app on Windows
I am developping a C/GTK application. I will soon be releasing a new version, and I thought it would be useful to include some update mechanism to it so that the application will be able to update itself.
I really only need something simple; it is…

houbysoft
- 32,532
- 24
- 103
- 156
3
votes
0 answers
Update real time data instantly and constantly from server on android client using Volley
I'm new to android programming.
I want to use Volley library to manage communication of my server and client. But I'm confused with syncing mechanism I should use.
I want to reflect my database values changes to my android clients every second ( I…

Irmaan
- 33
- 4
3
votes
0 answers
When does Google Play do auto-updates?
I'm testing a kiosk app that runs continuously. I have setup auto-updates in the Play Store and am trying to see when it updates. I left two tablets running for over 3 days, and only after they died and I restarted them did the updates occur. The…

CdnXxRRODxX
- 341
- 5
- 14
3
votes
1 answer
Versioning with ODR? (On-Demand Resources)
I have found no mention of how versioning is handled by Apple with their On-Demand Resources (ODR) feature.
What happens when I need to replace an uploaded resource with a new version? Can I simply replace a resource on Apple’s server?
If so, how…

Basil Bourque
- 303,325
- 100
- 852
- 1,154
3
votes
2 answers
Android, Update app classes on the fly
How can i update some classes in android (for example by injecting classes I want from a special port to the app)? or at least make an update patch so the user is have not to download whole the app.

Alireza Akbari
- 2,153
- 2
- 28
- 53
3
votes
2 answers
Update Framework for PHP
Does anyone know of a framework (written in PHP) to update PHP-based software ?
I'm thinking of a library that assists in checking for updates online and that provides methods for generating, downloading, verifying and installing update packages,…

Arc
- 11,143
- 4
- 52
- 75
3
votes
1 answer
Automatic update of values in SQL Server
For example I have a table tb with columns :
order_id | date_ordered | due_date | status
Are there any out of the box solution where I can automatically update status column when the current time (from server) reaches the value of the due_date…

JanLeeYu
- 981
- 2
- 9
- 24