|
AutoUpgrader Pro released
We finally released the AutoUpgrader Professional edition. This is advanced AutoUpgrader component, used for automatic update from the Web any Delphi/BCB application. The AutoUpgrader will check your website for the newer releases of your software and, if the newer version is available - download updates and upgrade your application "on the fly". Professional edition allows to create auto-upgradable software without SINGLE LINE of code!
The AutoUpgrader Pro (also included to AppControls pack) have built-in Application Update Wizard (see screenshot at http://www.appcontrols.com/manuals/autoupgraderpro/autoupgraderscreenshot1.htm), built-in multi-language support (it automatically recognize language on user's PC and display all messages in wizard in native language, see screenshot at http://appcontrols.com/manuals/autoupgraderpro/autoupgraderscreenshot2.htm, currently supports English, German and Russian languages). However, if you don't want to use built-in Wizard, you can make customized progress-dialogs using numerous events.
When AutoUpgrader download files, it automatically detects all Internet settings for current connection, pre-configured in the Control Panel. However, you still can use own settings, specifying preferable proxy-server or using direct connection.
If you store newer version of your program in password protected Web directories, you can pre-configure the username/password to access files, or let AutoUpgrader to ask login information when it necessary (see screenshot at http://appcontrols.com/manuals/autoupgraderpro/autoupgraderscreenshot3.htm).
When you release new version of your software - just create so-called, upgrade information file (manually or using built-in designer (see screenshot at http://appcontrols.com/manuals/autoupgraderpro/autoupgraderscreenshot4.htm)), then upload this file to your website.
With AutoUpgrader your customers will use only latest versions of your software!
--------------
Henceforth, the AutoUpgrader and AutoUpgrader Professional edition will be distributed separately. However, all registered users of AutoUpgrader component received this big update FREE of charge. If you registered user -- visit your personal area to download the AutoUpgrader Pro: http://www.appcontrols.com/members.html
To download trial version click link below:
http://www.appcontrols.com/download/autoupgraderpro.zip (Includes trial packages for Delphi 2/3/4/5/6 and C++ Builder 3/4/5, Interface and Help-files).
Documentation:
Hypertext online manuals:
http://www.appcontrols.com/manuals/autoupgraderpro.html
In RTF-format (for further printing):
http://www.appcontrols.com/manuals/download/AutoUpgraderPro-rtf.zip
Related Discussions - HOW TO ADD A TLISTBOX TO A FORM AT RUNTIME? (2001-01-10 05:05:44)Just add "listbox1.parent:=form1" after "create"...
- ERASING A LINE ON MOUSE MOVE, RIGHT AFTER IT WAS DRAWN. (2001-01-20 03:54:09)Another way : Paint your line in "not" style... To erase it, just repaint it in "not" style. That's one way used by Paint Shop Pro, and it's very...
- TRICHEDIT CHANGES CONTENTS ON WINDOWS 2000 (2001-01-25 10:46:38)It would not be the first time Microsoft makes some modifications to the behaviour of a library. For example, everytime a new version of MDAC is...
- RXLIBRARY INSTALLATION ISSUES IN DELPHI 5 PRO (2001-01-29 12:37:29)It is most likely due to your not having path to the BPL
in the library path in the environment options.
- DOES ANYONE KNOW WHERE I CAN GET THS COMPONENT (2001-01-31 14:14:44)Ok... get the F. Piette ICS. It is there along with other components for the Internet from (I think the address is):...
- RICHEDIT! (2001-02-05 08:07:07)OK, to "protect the text where it can not be modified, use
the SelAttributes.Protected property. You can also prevent
naything from being...
- HOW TO ACCESS TYPE LIBRARIES? (2001-02-12 10:00:44)You need to have at least a pro version of Delphi e.g. d5pro.
You re right, its around "CreateOleObject". Have a look in the demo section of...
- INTERNET COMPONENTS (2001-02-16 06:41:43)Beginning with D4, they did not include the internet
components in the Standard version. I'd suggest you
download Indy from...
- HOW CAN YOU FILL A DATA BASE ASCII TEXT DATA? (2001-02-27 09:19:39)Based on the Answers you put out I don't doubt that you are fully employed. What I am offering is a way for you to gain extra income on your "off"...
- QUICKBOOKS INTERFACE ? (2001-03-04 09:43:21)There are no interfaces to QB. The only thing I can suggest
is to export the info from your account to IIF format
and import into QB. There is...
|