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
8
votes
4 answers

Autoupdate ala Google Chrome workflow

In the company I am I was asked to write an autoupdate function a la chrome. I.e. It should check periodically whether a new version is available, download the new version and apply it silently the next time the application starts. I already have…
Sambatyon
  • 3,316
  • 10
  • 48
  • 65
8
votes
2 answers

Parse error when programmatically installing an APK

I am trying to create a mechanism for an app to update itself by downloading and installing a later APK from within the app. I have an APK located on a server which installs fine if I simply navigate to the URI then open the .apk file. The problem…
İan Boddison
  • 357
  • 2
  • 11
8
votes
0 answers

How can i integrate sparkle updater framework with my python application built with pyinstaller

We are developing a python application which will be installed as a process on mac (There is no UI for this app, It just installs and starts the process). I came across sparkle framework which is used by most of the apps on mac for auto updates. But…
Ashish Gaude
  • 161
  • 6
8
votes
2 answers

How to write a self-updating program in Java?

How can i make a Java program which can update itself. I make this program for use within small team. I do not need any advanced features. I just need a simple and minimal solution.
dmay
  • 1,305
  • 6
  • 21
  • 31
8
votes
6 answers

Automatically update jar files

I am currently working on desktop software based on java.It's quite a big code base (more than 40 jar files). I wish to provide an automatic update functionality. The desktop software constantly checks one back end system to see if there are new…
user381878
  • 1,543
  • 5
  • 17
  • 30
8
votes
6 answers

Combination of Launch4J and Java Web Start?

I have a working JNLP application which I need to distribute to various non-technical end users. If the user's machine has a recent JVM installed, everything is fine. They just double-click the JNLP file I send them and Java Web Start does the…
finnw
  • 47,861
  • 24
  • 143
  • 221
8
votes
2 answers

How to update Android Studio Beta Channel

I am using Android Studio when ever i try to update it shows me the below How can i update it and also tried by using the option Help->checkForUdates but it shows the same.
Manoj
  • 3,947
  • 9
  • 46
  • 84
8
votes
3 answers

Automatic update solutions for a Win32 application?

We've got a desktop product, made up of a Win32 service, a notification icon application and associated DLL files. I've been tasked to look at making it auto-update. We could write our own updater, but before we do that, I'd like to see what else is…
Roger Lipscombe
  • 89,048
  • 55
  • 235
  • 380
8
votes
3 answers

Is there a framework for allowing apps published on Codeplex to auto-update directly from Codeplex?

Endowing utility applications with "auto-update" capability seems like basic good manners these days. I'm thinking of apps like Reflector or Paint.NET, that proactively tell you "hey, there's a newer release available. Wanna download it?" Q: Does…
Cheeso
  • 189,189
  • 101
  • 473
  • 713
8
votes
5 answers

Downloading JAR files at runtime in Java

I am wondering if it is possible to have a Java desktop application, on startup, look to some URL, to see if it needs an update, and if so download necessary JAR files, and add them to classpath for the running program. If the old jars are there,…
broschb
  • 4,976
  • 4
  • 35
  • 52
8
votes
1 answer

Oracle or 3rd party service for determining 'latest Java version'

Is there a service available that responds with the latest version of Java that's available? I'm writing system check for an application that uses applets. As part of the check I'd like to inform users if a new version of Java is available for…
8
votes
4 answers

How to calculate the width of an input HTML element so that it matches the size of its content?

How to calculate the width of an input HTML element so that it matches the size of its content ? I already update an input on the fly as the user types : However, this does not seem…
JB Hurteaux
  • 4,428
  • 6
  • 32
  • 35
7
votes
6 answers

Best auto-update component(s) for Delphi

I am re-writing and/or consolidating a bunch of my "app framework" classes (basic mainform, about box, locking routines & purchase linking, auto-update, datamodule initializer, etc) -- Basically, I have a number of small potential shareware apps…
Jamo
  • 3,238
  • 6
  • 40
  • 66
7
votes
1 answer

TeXLive update error: tlmgr: Remote repository is newer than local (2017 < 2018)

I am having a problem configuring the automatic update for the TeXLive even though I am pretty sure that I downladed the 2018 TeXLive version I get is this error $ ls -l /usr/local/texlive$ sudo tlmgr update --self --all [sudo] Passwort :…
Kivaagno
  • 71
  • 1
  • 2
7
votes
4 answers

SignTool Error: Invalid option: /fd

I publish my exe and activate auto updates. But when I compile the exe, there is an error: Severity Code Description Project File Line Suppression State Error An error occurred while signing: Failed to sign …
Pisagor
  • 147
  • 1
  • 2
  • 16