Questions tagged [auto-update]

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.

1377 questions
4
votes
3 answers

c# update updater application

I created my own updater application that connects to the web and check if my application with all the files is updater or not and download and install the updated components.. and works fine and is ok! My question is this... is there any way to…
ghiboz
  • 7,863
  • 21
  • 85
  • 131
4
votes
1 answer

How can I make my react native auto update without play store?

my mobile app will used for internal business so, I didn't publish it on google But I ask , how can I make my app auto update when I make a new version of it, and how can I notify person who use this app with the new update?
Nesreen adly
  • 45
  • 1
  • 2
  • 10
4
votes
0 answers

Android: how to programmatically check about the app auto-update settings

I would like to know if it is possible to programmatically check auto-update settings (Google Play) for an app so it is able to know it will be automatically updated or not. If yes, how?
P5music
  • 3,197
  • 2
  • 32
  • 81
4
votes
7 answers

Pull deployment in Windows environment

I'm looking for a way to setup pull deployment as apposed to the traditional push deployment model under Windows. The optimal situation would be: Deploy the file(s) to the master server The child server would check to see if the master had an…
Mike737
  • 836
  • 5
  • 16
4
votes
3 answers

Matlab: When I zoom in a plotyy graph yTicks don't update automatically

As written above, I want to zoom into a graph that was created with plotyy. When I do this, the yTicks don't update to the new limits that are visible. So it can happen, if you zoom too much, that you don't see any yTicks. I found the…
TAK
  • 113
  • 1
  • 7
4
votes
1 answer

Why is ClickOnce downloading unchanged files?

Context: I'm using C# and Visual Studio 2015 to develop and deploy an application with ClickOnce, and I'm trying to shrink the ClickOnce update download size. ClickOnce is capable of delta-only updates: When updating an application, ClickOnce…
kdbanman
  • 10,161
  • 10
  • 46
  • 78
4
votes
2 answers

Update ImportJSON automatically

I setup importing JSON to Google Spreadsheets by following this sweet Medium tutorial. It does it's job well - taking this API call [ {"day":"2015-08-05","new_users":103}, {"day":"2015-08-06","new_users":255}, …
4
votes
2 answers

Install Android system app, silent update without Google play on rooted device.

I am trying to get my app to download an update from an ftp site, in the form of a new version of the apk. After download the apk should be installed silently, without any confirmation from a user. I have the download part under control. I can also…
smerlung
  • 1,459
  • 1
  • 13
  • 32
4
votes
7 answers

Execute Python every x seconds without reopening tabs

I am trying to make my python code autoupdate. The problem is that the code pulls up four html files, so four new tabs in the browser, every time it runs. I tried auto-updating using an answer from a similar question: What is the best way to…
jenryb
  • 2,017
  • 12
  • 35
  • 72
4
votes
3 answers

Microsoft broke .NET compatibility?

A few days ago my .NET 3.5 applications began to fail while start issuing the error "Unable to find a version of the runtime to run this application". As I did not do anything with them, this looked weird to me. After some investigation, I…
Alex
  • 1,357
  • 3
  • 18
  • 41
4
votes
1 answer

Application with auto update and MongoDB replica set

I'm currently in a process of providing our applications of a high availability capability. Our applications have an auto update feature (using Mongeez) that ensures that the structure of all databases/collections/documents are on correct format for…
Gonçalo Cardoso
  • 2,253
  • 4
  • 34
  • 63
4
votes
1 answer

How can I trigger the Google Play Store's auto update mechanism?

In short, I would like my app to be updated as soon as I release a new APK to the store. I could not find any information about when the auto update actually occurs, and it seems it varies greatly - at one time it happened after a couple of hours…
Oded
  • 2,239
  • 2
  • 18
  • 16
4
votes
1 answer

How To Unit Test An Application Updater

How would you Unit Test the update process of an application? I have an application and now I'm writing my own Update module for it (using MVVM) which is a separate EXE. What is the best way to structure this module so that it will be possible to…
Michal Ciechan
  • 13,492
  • 11
  • 76
  • 118
4
votes
0 answers

How to automatically update a C# .Net console application?

I have a Console application (executable) written in C# .Net that users download and run locally. The users download a zip and extract it to a local directory and run (using command line parameters) via the command line from that location. Since…
Stumpy1
  • 43
  • 1
  • 6
4
votes
2 answers

Update existing table of contents - Apache-POI | Word SDK | Other api

Is it possible to update an existing toc with apache poi/Word SDK/ other api's? Or is there a workaround for it? E.g. removing the old toc then grabbing all headlines and adding them to the new toc or inserting them into the right place without…
codewing
  • 674
  • 8
  • 25