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
13
votes
9 answers

Automatic update a Windows application

How do I develop my Windows application so it will auto update on the client machine, like Firefox, Skype, etc.? Is there any simple approach or any open source library which help me to do it just following some steps or a few lines of code?
Thomas
  • 33,544
  • 126
  • 357
  • 626
12
votes
2 answers

How to disable Thunderbird AUTO UPDATE

How can i disable the AUTO UPDATE process/function automatically used/applied by the (Mozilla) Thunderbird=TB (email-client) app ? for-example in v68 series: v68.12.0 or v68.12.1, etc ? What settings/preferences change are needed ? please show…
atErik
  • 923
  • 2
  • 13
  • 24
12
votes
3 answers

Best practice for autoupdates

For desktop based applications, what are best practices to perform auto updates? Currently, we download all files, then copy and register (if com dll) to their respective directories. I looked at Google Chrome update method. It seems that it…
ravi
  • 787
  • 3
  • 11
  • 16
12
votes
4 answers

How to implement auto-update electron app on Linux?

I use electron to create cross-platform application. For Windows and Mac it could be done by electron tools, like autoUpdate, Squirrel, so on. The problem is only with Linux. I have built a .deb package for Ubuntu. But I can't find any…
Gleb
  • 1,312
  • 3
  • 18
  • 36
11
votes
2 answers

How to automatically upgrade a Java application during its startup?

I have a Java 1.6 application deployed on several machines (~ 30), and started as a Windows service. My main problem concerns the maintenance of these deployed artifacts: if I develop a new version of this application, I don't want to manually…
Romain Linsolas
  • 79,475
  • 49
  • 202
  • 273
11
votes
2 answers

Windows/.NET Auto-Update Frameworks Feature Sets, and Security

I've seen several posts about different auto-update frameworks for Window/.NET including: WinSparkle NetSparkle Seven Update Google Omaha LimeLM SparkleDotNET I was interested in the main differences between these auto-update frameworks, as to why…
mservidio
  • 12,817
  • 9
  • 58
  • 84
11
votes
2 answers

Using OSGi to implement auto-update

What I'd like to do is create a "launcher" framework for my code that, given a URL and a predefined versioning scheme: 1) go check if an update exists 2) download the updates 3) "install" the update 4) "re-run" the application I want to a) do all of…
user453385
  • 113
  • 4
11
votes
4 answers

Force app to update when new version of app is available in android play store

I had an app on the playstore. Know what I want is when new update is available on playstore the user should get a popup to update the app when he try to use the app. And if he does not update the app it should close the app. Ex: I want to force the…
Neerav Shah
  • 713
  • 5
  • 18
  • 39
11
votes
1 answer

How to prevent android app from updating from the google play store?

I have an android app that is published in the Google Play Store. The Google Play Store app is how end-users install updates. I realize it's up to the user's discretion to turn on auto-updates, so this feature may or may not be turned on with any…
user2839315
  • 171
  • 1
  • 6
11
votes
4 answers

Apply update without restarting application

Recently I had an interview for a .NET position. Out of questions asked, I was having real trouble in answering one question. I hope someone can help me on this. Scenario (Question): The first release of an application (could that be winform/wpf UI…
sophieJ
  • 149
  • 1
  • 5
11
votes
1 answer

Autoupdate feature in a Java Swing desktop App

I've developed a desktop Swing app and I'm thinking about the best way to provide the autoupdate feature. I know that JavaWebStart provides this but I think that It doesn't suit my needs because I need to read local files so I would need to sign…
cort
  • 1,088
  • 1
  • 11
  • 20
10
votes
4 answers

Google play not updating my app automatically for new version

I uploaded my app on play store, and then uploaded a new version of the app. However, I didn't get any notification to update my app. It seems to have updated automatically to the new version. I have chosen the option to update app over wi-fi only.…
Shivam Nagpal
  • 763
  • 2
  • 9
  • 21
10
votes
1 answer

Auto update asp.net web application from remote server

I have several clients who are using web application hosted in their local IIS server at different locations. Currently all are using version 1.0. I published the new version of the application say version 1.1, zipped and host in http server at…
nightfire001
  • 759
  • 3
  • 20
  • 50
10
votes
2 answers

Automatic Update Framework/Engine

I am developing a client Application(.NET) that should be able to update itself automatically. The application will be deployed using a Simple WiX/MSI Installer. What i need is: Check server for File versions/hashes/dates Download newer…
quadroid
  • 8,444
  • 6
  • 49
  • 82
10
votes
0 answers

Check if "Auto update" is enabled in Android system settings

Is it possible to programmatically check this? Settings -> About device -> Software Update -> Auto update (Check for updates automatically)
A.G.
  • 2,037
  • 4
  • 29
  • 40