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
-2
votes
1 answer
Update records for last 7 days on daily basis
I'm trying to create script where I have to use logic kind of update records created in the last seven days.
$Update_ratings_table = mysql_query(
"update ratings set rating = '5,5,5,5,5,5,5,5,5,5' where pid= '765' AND Date = ?????????"
);
Date…

krish kim
- 192
- 4
- 9
-3
votes
1 answer
How to make a auto updater for my toolser
I'm making a toolset, made entirely with batch files, added to PATH for everyday use. the problem is, i need a way to somehow look for a update when the computer starts, cloning the repo with the last version. the path for the app is C:\Program…
-3
votes
1 answer
Auto update Android app who is not on App Store
I need some help in Android studio where I am going to make app for a student but I don't have enough money to purchase the developer account I need some help from you I think you will help me
I want to ask that how can I make the JavaScript for the…

Yash Kite
- 11
- 1
- 4
-3
votes
1 answer
How to create a button that will check for update in google play in android?
I want to create a normal button, clicking it; one can check whether there is a update version of this apps is available in google play or not.
While being connected to the internet, one can manually check for updates through out that button.…

Slasher_bd
- 61
- 2
- 14
-3
votes
1 answer
Stopping apps updates in android
Is it possible to programmatically set OFF/ON the auto update option in Google Play?

Piotr
- 238
- 2
- 12
-4
votes
1 answer
How to Get Windows 10 Insider Preview Build Faster?
I have turned on the fast way of getting insider preview builds.
However, it is too slow.
I want the build 14316 or newer.
How can you get Windows 10 insider preview builds faster?

Léo Léopold Hertz 준영
- 134,464
- 179
- 445
- 697
-4
votes
1 answer
Android App not updating on wifi
I've an app on playstore...today i've updated a new version, but it isn't getting auto updated on wifi on my phone (that's my phone setting on google play). I'm confused bcoz 7 other apps got updated on my phone but not this one...Can anyone help?

Raj
- 9
-4
votes
1 answer
Inno Setup Checks for Update before installing
I just want to ask how to get this working.
I would love to build this into my own installer but I don’t get it
well to be fair i have the script but it doesn’t fit with my other scripts that are already in there here are my script…

user3548693
- 1
- 3
-4
votes
1 answer
how to update multple rows in mysql with php
i have a table like this
id | website | ping | online |
-------------------------------
1 |xxxx.com | 30 | 1
-------------------------------
4 |xxxx.com | 46 | 1
-------------------------------
5 |xxxx.com | 10 |…

user2295756
- 1
- 1
-6
votes
2 answers
How to update android app without Google Play?
i'm writing my first android application (i'm a newbie in android programming).
I would like to write a code that allows updating without Google Play.
My code have to see if there is a newest version available on my google drive account and advise…

Matteo Q.
- 1
- 1
- 4