Tagged Questions

is a piece of software designed to update a computer program or its supporting data

learn more… | top users | synonyms

26
votes
10answers
9k views

Delphi: How do you auto-update your applications?

I've been thinking of rolling my own code for enabling my Delphi application to update seamlessly as I'll be going for "release often, release early" mentality furthermore. There are various Delphi ...
21
votes
4answers
2k views

Has anybody used Google 'Omaha' (their auto-update engine for Chrome)?

Google have open-sourced the auto update mechanism used in Google Chrome: http://code.google.com/p/omaha/ It seems quite complicated and difficult to configure for anybody who isn't Google. Has ...
21
votes
14answers
3k views

Writing my own Auto Updater

When writing my own auto updater, is there a general framework that I should be following? A while ago I was reading up on how one should create a 'boot strapper' that will load first before the main ...
17
votes
14answers
3k views

How should I implement an auto-updater?

Many programs include an auto-updater, where the program occasionally looks online for updates, and then downloads and applies any updates that are found. Program bugs are fixed, supporting files are ...
13
votes
4answers
452 views

What is the best way to auto update a windows application?

Google Chrome auto updates itself every five hours. I want to clone this exact functionality in my own application. What is the best way to implement this functionality on Windows?
11
votes
8answers
4k views

Is there an auto-update framework for C++/Win32/MFC (like Sparkle)?

I've decided to add auto-update functionality to one of my applications and was looking for any existing solutions that compare the current running version with the latest version that is then ...
10
votes
2answers
789 views

Best practice for writing a self-updating windows service

We need to create a windows service that has the ability to self update. Three options spring to mind, a second service that manages the retrieval, uninstallation and installation of the first ...
9
votes
1answer
1k views

Auto-update a Windows Service

I am about to develop a program which will be installed and run as a Windows Service on the back-end servers (with internet access) of several clients. I do not have physical access to the servers. ...
9
votes
5answers
3k views

auto update for winforms application

When creating an auto updating feature for a .net winforms application, how does it update the .dll's and not effect the currently running application? Since the application is running during the ...
8
votes
3answers
588 views

What are the alternatives to auto-update an Java Swing application?

I have developed a Java Swing application, and it will be installed on multiple clients in different locations. The application will be installed manually by me. But I would like to auto-update the ...
8
votes
2answers
2k views

Auto-Update for (private) Android apps

I'm developing a non-public Android app, i.e. the app won't be available in the global Android Market. The app will be installed on a limited number of clients, e.g. by using an apk file. What is the ...
7
votes
2answers
624 views

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.
7
votes
5answers
505 views

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 ...
7
votes
7answers
2k views

How can I enable auto-updates in a Qt cross-platform app?

I love applications that are able to update themselves without any effort from the user (think: Sparkle framework for Mac). Is there any code/library I can leverage to do this in a Qt app, without ...
7
votes
4answers
5k views

“Automatic updates” of java (desktop) application

What system do you recommend for implementing "automatic updates" for some java (desktop) application? I'd also want to have module/plugin installation and update. Think Eclipse and Firefox. I'm ...
6
votes
1answer
216 views

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 omaha LimeLM SparkleDotNET I was interested in the main differences ...
6
votes
5answers
249 views

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 ...
6
votes
5answers
2k views

Suggest a method for auto-updating my C# program

I need to keep a program I've written up to date, this will happen frequently over the next year or so, this will need to be done over the Internet. Where would you suggest I start, are there any ...
5
votes
2answers
472 views

Alternatives to Java Web Start?

We're having huge issues with Java Web Start in production. We're afraid to release because every time we do, help desk gets calls from 1/3 users getting an "unable to launch" error. It's hard to tell ...
5
votes
2answers
554 views

How can an app enable “Allow Automatic Updating” in the Android market

I noticed that some apps like Google Maps, Facebook for Android etc. (all preloaded BTW), have their "Allow Automatic Updates" check box checked without me doing so. Is it possible for preloaded apps ...
5
votes
2answers
919 views

Android app not in Market: how to push updates?

I have an android app written for my company and since its a private app, it is not in the android market. I'd like to be able to have the app check periodically for an update and if there is one ...
5
votes
2answers
2k views

clickonce - what is a good open source alternative to clickonce? (DDay.Update)?

What is a good open source alternative to clickonce? One that is most popular and under active development I guess? DDay.Update perhaps? Is this the main one? thanks PS. I've come up with a few ...
5
votes
13answers
428 views

Constantly Querying Server via Javascript - Good Idea?

I've got a small website that has about 5-10 administrators. I've set it up to monitor what each administrator is doing (adding items, removing items, etc). I had a list within our admin-panel that ...
5
votes
3answers
3k views

Android remote code loading

I am developing a library for Android that requires frequent updates from a central server. I was thinking how nice it would be if my library could update itself -- or if I could just release a ...
5
votes
4answers
225 views

Automatic updates - what is 'adequate' security?

There are a few questions (C#, Java) that cover how one might implement automatic updates. It appears initially easy to provide automatic updates, and there are seemingly no good reasons not to ...
4
votes
2answers
329 views

How to get Chirpy to update mashed files when edits are made

I've just begun using Chirpy, and it's frigging amazing. One problem I'm having is that I'm unable to get it to update the mashed file(s) when an edit is made in one of the "sub" files. IE: If I have ...
4
votes
3answers
513 views

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 ...
4
votes
7answers
280 views

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 ...
4
votes
4answers
158 views

When should you force automatic updates?

Here's an interesting question - when should you force automatic updates? I was thinking about application updates recently, how software like Google Chrome forces automatic updates, how Microsoft ...
4
votes
3answers
255 views

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 ...
4
votes
1answer
104 views

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 ...
4
votes
2answers
341 views

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, ...
4
votes
5answers
542 views

Best Practices for Self Updating Desktop Application in a network environment

I have searched through google and SO for possible answers to this question, but can only find small bits of information scattered around the place, most of which appear to be personal opinion. I'm ...
4
votes
2answers
109 views

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 ...
3
votes
2answers
154 views

What are the options for making a self-updating iOS application with MonoTouch?

I am trying to make an iPad/iPhone application (with MonoTouch) which starts by checking the current version versus the latest version reported by a custom web service. If the application is out of ...
3
votes
2answers
151 views

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 ...
3
votes
3answers
430 views

Automatically update label from global variables when changes

So here is my program. using System; using System.Windows.Forms; namespace WindowsFormsApplication1 { public partial class Form1 : Form { static int count = 0; public ...
3
votes
5answers
396 views

Online updating a C# program

Greetings, I'm sorry if this question has been asked already. I've tried using the search function but couldn't find any answer that suited my situation. I have a real simple C# form application of ...
3
votes
3answers
112 views

What security concerns must I worry about when writing an auto-update client?

I am writing an auto update client. It's a very simple app that: 1) Checks a central server to see if an update exists for some application 2) Downloads the install program from the server if a ...
3
votes
3answers
439 views

Silently update a Windows service

I have built a Windows service, now I want it to auto-update. I have read about a creating a second service to do that or different program , cant use click one, what about myBuild? Does anyone know ...
3
votes
1answer
570 views

Is it possible for an Android App to Auto-Install and Run an Update?

I have an application installed on phones sitting in locked boxes in different states. It runs 24/7 and has little to no user interaction. I know how to push updates to the marketplace...can I have ...
3
votes
2answers
3k views

Stop Android OS auto-update

We have a variety of devices for testing purposes, and now that Froyo is being pushed (to the Nexus One so far at least), we have to constantly dismiss upgrade requests. There is no apparent "stop ...
3
votes
3answers
2k views

Is there a way to update the JDK without manually downloading the new version?

I just got an Java update notification that Update 17 is out, so I ran the update and found that only my public JRE was updated. I still only have Update 16 of the JDK. Is there a way to have the ...
3
votes
1answer
154 views

In App Purchase for updates?

I need some advice on which path to go down to add some self-update capability to my app. I've got an app in the App Store that uses a database full of information that needs to be updated ...
3
votes
5answers
2k views

Is it possible to make your uploaded iphone application auto-update?

I am about to upload my Iphone application to the apple store, however I intend to release more versions in the near future. Is there anyway to make my application auto update once I upload a new ...
3
votes
2answers
701 views

What's the best way for a .NET windows forms application to update itself?

I use a home-grown system where the application updates itself from a web service. However, I seem to remember something in the original .NET sales pitch about auto-updating of components being a ...
2
votes
1answer
132 views

How do I get a console application to check for updates without using ClickOnce?

In a normal Windows application I can use... System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CheckForUpdate() ...to determine whether or not there is an update available. I know ...
2
votes
1answer
107 views

AutoUpdate VBA startup macro?

I'm building some Word 2003 macro that have to be put in the %APPDATA%\Microsoft\Word\Startup folder. I can't change the location of this folder (to a network share). How can I auto update this ...
2
votes
2answers
83 views

How would you implement an auto-update for a standalone PHP project using GitHub?

My project is a collection of PHP scripts using MySQL as a database and needs to be installed locally using WAMP/LAMP/MAMP. Previously I've been sending the users a link to a zipped archive and ...
2
votes
6answers
115 views

How can I execute something just once per application start?

I'd like to implement an update checker in an application, and I obviously only need this to show up once when you start the application. If I do the call in the onCreate() or onStart() method, it'll ...

1 2 3 4