Possible Duplicate:
Delphi: How do you auto-update your applications?
I want to auto update who using our program.
- Our program is family medicine information system.
- Over 750 doctors using our program.
When I add new files on our servers, all clients must check on server and when find new files download them. if that file exist first kill process, delete file and download it.
until these days we are currently used AutoUpgrader Pro on Code Gear RAD Studio Delphi 2007. But for now we cant use that system anymore.
As a said how can i auto upgrade?
Thank you for helping.
Note: Our program on Delphi 2007.
Edit for question response: Yes i want to do it myself. look this scenario. 1- I added one of .zip file on my server side. 2- A Doctor, when opening our program, the program shows message to "Update is available, Press OK" after pressing OK on client side 3- Client download .zip file and extract it to application startup location. HOW can i do that with 3rd party programs ? yes