Has anyone developed a simple application updater system.
Example:-The whole application folder with data and exe are compressed in a normal ZIP file and held on Windows Live SkyDrive for anyone to download.
The application is required to check for updates at this site by comparing the ZIPfile name(which includes an incremented version number) and if newer than the current application, download, decompress and over write the whole folder and contents (except a registered user id file).
The objective is to remove a free version of the system and replace it with a paid for system at some future date.
The typical ZIPfile size is about 10mb
Any ideas?
There are some files at
http://cid-a5bbe4d308b2f553.skydrive.li ... sion-1.zip
just to see if they download ok and create a folder etc.
It is the next stage that is problematic, how to do the update automatically.
Application updater system
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Check out Trevor's GXL Framework. Updater framework is just one small part of what this has.
http://www.bluemangolearning.com/developer/revolution/
http://www.bluemangolearning.com/developer/revolution/
Hi User,
Download the application and decompress the files. Save as small as possible a standalone application, or an AppleScript/VBS file in a temporary location. Have the temporary standalone or script copy and delete the necessary files. When ready, start up the new application. The temporary file can stay in the temporary directory. If the operating system behaves well, it will remove the temorary files next time when you start up.
Best,
Mark
Download the application and decompress the files. Save as small as possible a standalone application, or an AppleScript/VBS file in a temporary location. Have the temporary standalone or script copy and delete the necessary files. When ready, start up the new application. The temporary file can stay in the temporary directory. If the operating system behaves well, it will remove the temorary files next time when you start up.
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode