A great tool for the software developers.
VersionUpdater is a redistributable software utility that enables your own application to upgrade over the internet, with the minimum of user intervention.
Here is how it works:
Great addition to your programs.!
It is not only more user friendly to your users but also you gain valuable development time, since you will not need to create new installation / setup program each time you have a new version. Simple add the updated files in a zip, upload the zip to your web server. The new files will be installed to your clients.
Send any questions to this email:
24 (at) 24 H software.com
(email address is decomposed to prevent spam-robots getting it)
• Multilingual. Language support via an external INI file. You can translate it in your language yourself.
• Supports product variations. You can easily upgrade different versions of your program (e.g. basic version and PRO version)
• No scripting needed
• You can stop creating and packaging Setup installations. You simply zip your application's new files and upload them on the webserver.
• Convenience for your users:
Your users are not bothered anymore to download the newer version of your application and install it over the previous one. They do not have to ask themselves:
1) if they should uninstall the previous version first
2) if they should use a new installation folder
3) if a manual mistake during the new version setup will cause loss of their previous data
• Your application looks more professional
• Very easy to implement into your application. You don't have to fight with Windows Installer to update your program's setup files.
• Ideal for shareware products.
• Excellent support directly by the maker of the product



VersionUpdater - SOFTPEDIA "100% CLEAN" AWARD
Secure processing via PayPal
Comments
New version 1.06
Users will get the new VersionUpdater version, 1.06
Existing customers will get the new version for free.
How to implement Version Updater to your program
1) Create the VersionInfo.txt file
(you will receive a ready-to-use template of this file)
This simple text file includes information about:
- the latest version number
- the URL of the ZIP containing the latest version
2) Upload the VersionInfo.txt file to your website
3) Edit the VersionUpdater.ini file
(you will receive a ready-to-use template of this file)
This simple text file includes information about:
- The URL of the VersionInfo.txt file (uploaded in the previous step)
- The various messages the user will see during the upgrade (you might want to do some changes to these messages, or use them as they are)
3) Include the distributable files of VersionUpdater to your setup. This is the last setup package you will need to do.
4) Make your setup create a menu item for the VersionUpdater
- OR -
Make your program call VersionUpdater (this gives you more options later)