auto-update

Question regarding application for multiple users.

I have developed an application as my college project using Visual Studio 2005 and SQL Server Express. Up to five people evaluate the project. At present I have installed it on everyone's machines. However, when I update my application, I need to go to each machine and update the executable file. There is a central server that can be...

Failed to update to new Evernote 3.5.5 on windwos-7-x64

can't install or update Evernote 3.5.5 on windows-7-x64. currently have Evernote 3.5.4 running and after auto-update it's still 3.5.4... I've also tried uninstall 3.5.4 and install 3.5.5 and finally ended up in restoring yesterdays backup because Evernote didn't install at all. (Installer run fine but no files on the disk after the insta...

Automatically insert content into News section

Hi All, I'm developing a Wordpress theme. One of the sections on the front page is titled News. In that section the user should be able to insert information himself (I'll make a separate file called news.php which will php included into the markup), but I also want the content to be automatically updated once the user makes a post. Fo...

Update from internet

Can someone please tell me how i would go about doing this . An app that updates daily with a new image, and a text label. Do i have to have some sort of plist file from the inter that i update, i cant quite figure out the method. Similar to guardian eyewitness if anybody kniow that app. Cheers :s ...

UnauthorizedAccessException with System.IO.File.InternalCopy in ProgramData on Windows 7

I have a program installed in ProgramData. I use UAB 2.1 to updating app but it's failed because accessing to the path is denied (OK with text files so I think there's problem with UAC). How can I get overwriting rights in ProgramData/MyAppFolder or display a dialog to notice user give overwriting rights for updater. Many thanks in adva...

How to update a page from a worker thread

Hi I have a ASPX page which queries from a database. Once we have the dataset it is bound to a gridview and displayed on the page. All this happens in the Page_Load event. Ofcourse this a simplistic approach. What is the best way to inform the user that data is being retrieved and when we have the data to update the page with the resul...

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 rest. Now I would like to distribute something that works with or without a JVM, e.g. a .exe...

Application updates in Mac OS X

To provide application updates in Windows, we can simply download the installer and run it. Applications are installed in %PROGRAMFILES% and shortcuts are placed in various places. Keys and values are added to the registry to provide an entry in the system's Programs list. To provide application updates in Linux, we can use the system's...

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 asking me" button. So, is there any way I can disable OTA OS updates? We want a number of these phones to stay on old OS versions. ...

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 notify the user and start downloading / installing the update. Is there an example of something like this out there? ...

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 versions of the jar files available. The problem now is: How to replace the updated jar f...

Update Framework for PHP

Does anyone know of a framework (written in PHP) to update PHP-based software ? I'm thinking of a library that assists in checking for updates online and that provides methods for generating, downloading, verifying and installing update packages, maybe even with encryption and public-key signatures. Ideally with a non-copyleft open sou...

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 a thread running in my application that sees an app update, installs the apk, and opens the new apk, replacing the currently running versio...

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 anybody used Omaha in a their project? If so, would you recommend it? ...

How to do incremental software update and restart like Chrome or Firefox

I have written a Java app and an NSIS installer. Works great. The issue is when there is a new version, the full installer needs to be downloaded and run (and possibly the old version uninstalled first). How do you achieve the "Help >> Check for updates" system that Chrome, Firefox, dozens of other applications use to make staying curre...

Can a Winforms app unlock/replace its own exe file for auto-update?

I'm trying to create an auto-updating app using Winforms. I can't use click-once or the updater block because the app needs to run on Mono also. Once I download the new exe file from a webservice, is it possible to unlock the running exe file, replace it, and restart the app? ...

Client-server app: auto-update from local server or versioned interface?

I have a client/server application and I'm looking for some advice about how to handle the interface between the two. The Server/clients will be deployed over a LAN (potentially WAN, but definitely customer-managed, not centralized server). I'm considering these two options: Client and Server can be different versions. This way, the WC...

Publish Signed Files?

Hi I built an auto-update feature to my program. It polling an xml in some http url, and in case there is new version is notifies the user and downloading the new files. I want to allow redistributing of those updates in closed networks without internet connections. The administrators can download all update files and host in some HTTP...

Simple update mechanism for C/GTK app on Windows

Hi, I am developping a C/GTK application. I will soon be releasing a new version, and I thought it would be useful to include some update mechanism to it so that the application will be able to update itself. I really only need something simple; it is sufficient if it only worked on Windows, since on Linux the application is in the rep...