Application updater system
Posted: Sat Aug 16, 2008 2:47 pm
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.
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.