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
-1
votes
1 answer
Asp.net mvc a grid automatically gets updated base on typing value on a textbox
I want to create a textbox to search for values inside a grid. When I type a text on the textbox, the grid will be updated automatically showing values corresponding to what I have typed without any need for pressing button or enter. How can I do…

minh nguyen
- 11
- 1
- 9
-1
votes
1 answer
How to change the default Apk Replace message?
I am using the below code for updating the apk for my application on the Login button. The code works as follows :
I have a text file in a folder on the server which maintains the apk version number and the apk also in the same folder. The apk first…

shivani
- 746
- 3
- 22
- 40
-1
votes
2 answers
Searching for a service that auto updates an Android app for QA purposes
When developing an app, there are lots of build versions to test.
The QA team would like the app to get updated automatically upon a new build.
As a developer, I'd like new builds to get uploaded automatically to such a service. This means I'd like…

AlikElzin-kilaka
- 34,335
- 35
- 194
- 277
-1
votes
1 answer
What is the best way to auto update a c# app that runs 24/7?
I searched that question over the internet and here , and saw all kinds of different solutions.
The most common solution suggested was ClickOnce .
My problem is :
my application is a backup application.
It runs 24/7 , and I want the update to be…

subirshan
- 323
- 2
- 7
- 20
-1
votes
2 answers
Pushing updates to a application built in Visual Studio
I am considering building an application in Visual Studio 2010. This application will be distributed to dozens of users. As time passes, I will have to update the application. Is there a way that I can push updates to the users without having to…

schaefd2
- 3
- 2
-1
votes
2 answers
Updating a textview that shows current time every second or minute
Hi Iam trying to update 3 textviews every second. I have written this piece of code. the thread starts normally but the textviews they do not get updated. I am passing a function inside the text parameters of the texts views that gets the current…

user2799177
- 63
- 2
- 11
-1
votes
1 answer
Updating app without any change in .apk file
I am not sure that it's a real question or not . But It would be great if anybody can help me on this .
I want to know that is it possible in android to keep the resources in a folder in FTP server and let the application check that if there are…

Nibha Jain
- 7,742
- 11
- 47
- 71
-1
votes
1 answer
Updating a variable without page refresh (JavaScript)
Okay, I'm pretty new to the JavaScript stuff, and I would like some help.
The variable that needs to be auto-refreshed:
var width = document.body.clientWidth;
So basically, I want to do different stuff depending on the width of the document. But…

user2291675
- 51
- 1
-1
votes
1 answer
java.lang.NullPointerException on fast update of JList
This would be my first question on StackOverflow, but certainly not the first time it's been helpful. However I didn't get any further trying the different possible solutions I found until now.
I'm currently fulfilling an internship and creating a…

Pieter Vochten
- 1
- 2
-1
votes
2 answers
adding jtextfield automatically record from corresponding jtextfield value
my question is when i insert the first name in jtextfield then corresponding last name of this record show automatically in another jtextfield?
it means i dont want insert same data again and again..once i insert the record in database the next time…

Java D
- 436
- 1
- 8
- 18
-1
votes
2 answers
Silent self-updatable - WPF Application
Good morning,
We are currently in the process of finding a way to make a WFP application self-updatable. Our application will run on many PCs (that are owned by us but they are off our network, they could be located at shopping malls, offices...etc)…

Jportelas
- 646
- 10
- 21
-1
votes
1 answer
Execute C# Application as an Administrator in Limited User Account
I developed an application which updates itself like below
I will send the Signal to the Client Listener from Admin PC to update Client Application
Listener will Stop the Client Application and then Delete the Client Application.
Listener will copy…

Rahul Gupta
- 89
- 2
- 9
-2
votes
1 answer
How to disable auto-update for virtual machines in Azure?
In my azure environment there are sets of virtual machines that are rebooting at the same time, I assume it has to do with auto-update settings. How do I turn off the auto-updates and enable manual scheduling for Azure Virtual Machine updates? When…

John Fisher
- 243
- 3
- 10
-2
votes
1 answer
Auto Patcher for game (Efficient Auto Updater)
I want an auto updater that detect modified game files (by comparing files on the client-side and a server) and only download modified files.
The scenario is that there's about one thousand clients in a network, that use same application. If a new…

Muhammad Salman
- 1
- 2
-2
votes
1 answer
using inno setup how to update application with version?
I'm using Inno Setup to create an installer,I want the installer to update with new version of application.
how can we update application using inno setup , anyone can help?

Shreya
- 35
- 2
- 12