⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 自动更新控件
💻 TXT
字号:
########################################################
         ----------------------------------
                  AutoUpgrader Pro
                   TRIAL Packages

             for Delphi and C++ Builder
                    Version 4.4.2
         ----------------------------------

          Legal: (c) 1999-2004 Utilmind Solutions
          Email: info@appcontrols.com
            Web: http://www.appcontrols.com
                 http://www.utilmind.com
########################################################

TABLE OF CONTENTS

    1. Welcome / Introduction
        1.1 Compatiblity
    2. Installation
        to Delphi 2
        to Delphi 3
        to Delphi 4
        to Delphi 5
        to Delphi 6
        to Delphi 7
        to C++ Builder 3
        to C++ Builder 4
        to C++ Builder 5
        to C++ Builder 6
        Note for C++ Builder developers
    3. REGISTRATION
        3.1 Registration types
             3.1.1 Without source code
             3.1.2 Including source code
             3.1.3 Comments
    4. Problems

1. Welcome
----------------------------------------------------
Advanced AutoUpgrader component which allows to make your software
"auto-upgradable" software without single line of code! It contains
built-in "Application Update Wizard", built-in multi-language
support (it automatically recognize language used on user's PC and
displays all messages in native language). The AutoUpgrader can
download your files either from the Web or local intraweb.

Current version automatically translates all wizard's contents to 27
languages: English, Spanish, German, French, Russian, Portuguese, Italian,
Dutch, Danish, Finnish, Chinese and many others. However, if you
don't want to use built-in Wizard, you still can make customized
progress-dialogs using numerous events.

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 the AutoUpgrader to prompt login information from user when it's necessary.

With AutoUpgrader your customers will use only latest versions of your
software! Package contains two bonus components from AppControls pack:
auHTTP (WinInet-based HTTP client which also supports file uploading,
introduced in RFC1867, Internet Explorer's cache etc) and auThread (easy to
use thread component which also works on ActiveForms of D6 and D7).


1.1 Compatibility
=================
AutoUpgrader compatible with Delphi 2/3/4/5/6/7 and BCB 3/4/5/6 and
has been tested on Win95, Win95OSR2, Win98, WinME, NT4, Win2K and WinXP.


2. Installation
----------------------------------------------------
Trial version includes compiled units, ready for testing packages,
latest help-file, installation instructions / contact information
in Readme.txt.

The only difference between the unregistered and
registered versions is that the registered one has
not message box with remind to register and works
without Delphi (C++ Builder) running.

to Delphi 2
===========
 1. Unzip files from "Delphi2" directory to your "Delphi 2\Lib" directory.
 2. Start Delphi 2 IDE.
 3. Select "Component \ Install..." menu item.
 4. Press "Add" button and select "_AUReg.pas" file.
 5. Rebuild library.

to Delphi 3
===========
 1. Unzip files from "Delphi3" directory and copy them to "Delphi 3\Lib".
 2. Start Delphi 3 IDE.
 3. Open "AutoUpgraderProD3.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 4
===========
 1. Unzip files from "Delphi4" directory and copy them to "Delphi 4\Lib".
 2. Start Delphi 4 IDE.
 3. Open "AutoUpgraderProD4.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 5
===========
 1. Unzip files from "Delphi5" directory and copy them to "Delphi 5\Lib".
 2. Start Delphi 5 IDE.
 3. Open "AutoUpgraderProD5.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 6
===========
 1. Unzip files from "Delphi6" directory and copy them to "Delphi 6\Lib".
 2. Start Delphi 6 IDE.
 3. Open "AutoUpgraderProD6.dpk" file.
 4. Install package to the components palette ("Install" button).

to Delphi 7
===========
 1. Unzip files from "Delphi7" directory and copy them to "Delphi 7\Lib".
 2. Start Delphi 7 IDE.
 3. Open "AutoUpgraderProD7.dpk" file.
 4. Install package to the components palette ("Install" button).

to C++ Builder 3
================
 1. Unzip files from "BCB3" directory and copy them to "CBuilder3\Lib".
 2. Start C++ Builder 3 IDE.
 3. Open "AutoUpgraderProCB3.bpk" file.
 6. Select "Project \ Make AutoUpgraderProCB3" menu item. 
 7. Select "Component \ InstallPackages" menu item. 
 8. Press "Add" button and select "AutoUpgraderProCB3.bpl" file. 

to C++ Builder 4
================
 1. Unzip files from "BCB4" directory and copy them to "CBuilder4\Lib".
 2. Start C++ Builder 4 IDE.
 3. Open "AutoUpgraderProCB4.bpk" file.
 4. Install package to the components palette ("Install" button).

to C++ Builder 5
================
 1. Unzip files from "BCB5" directory and copy them to "CBuilder5\Lib".
 2. Start C++ Builder 5 IDE.
 3. Open "AutoUpgraderProCB5.bpk" file.
 4. Install package to the components palette ("Install" button).

to C++ Builder 6
================
 1. Unzip files from "BCB6" directory and copy them to "CBuilder6\Lib".
 2. Start C++ Builder 6 IDE.
 3. Open "AutoUpgraderProCB6.bpk" file.
 4. Install package to the components palette ("Install" button).

Note for C++ Builder developers
===============================
When you are using the Internet components (i.e: auHTTP, auAutoUpgrader)
don't forget to add INET.LIB (WININET.LIB for BCB6) to your project
(it can be found at "CBuilder\Lib" directory). This file contains the
references to routines from WinInet.dll. So if you got linker error
such like following:
  [Linker Error] Unresolved external 'InternetCrackUrlA' referenced from
  C:\PROGRAM FILES\BORLAND\CBUILDER5\PROJECTS\LIB\AUTOUPGRADERPROCB5.LIB
please don't worry and be aware that InternetCrackUrlA are used to parse
the URL (split URL to domain name, port, document name etc). To solve
this problem, just add INET.LIB to your project (use "Project | Add to
project" menu item in C++ Builder IDE).


3. REGISTRATION
----------------------------------------------------
AutoUpgrader component is SHAREWARE. This means that you can try it out
for free, but if you like it and want to use it you have to register it
with the author. Before continue read and accept License Agreement
(license.txt) please.

The only difference between the unregistered and registered versions is that
the registered one has not message box with remind to register and works
without Delphi (C++ Builder) running. You can also purchase the source code,
if you would like to have it, and be able to compile or modify the
AutoUpgrader on any 32bit version of Delphi or C++ Builder.

If you would like to use the AutoUpgrader and receive full, unrestricted
version, priority support or even source code - you have to purchase proper
license.

3.1 Registration types
======================
All prices in US dollars. Registering entitles you to unlimited support
via E-Mail, minor version updates indefinitely and major version updates
for 6 month from date of purchase.

3.1.1 Full, unrestricted version without source code:
=====================================================

 Single user license:
  https://secure.element5.com/register.html?productid=148983 - $29,95

 Site license:
  https://secure.element5.com/register.html?productid=148984 - $109,95

3.1.2 Full version including 100% Source Code:
=====================================================

 Single user license:
  https://secure.element5.com/register.html?productid=148985 - $54,95

 Site license:
  https://secure.element5.com/register.html?productid=148986 - $199,95

3.1.3 Comments
==============

 1. Site license covers a single organisation in one location (building
    complex). If you buy a site license, you may use the software in
    unlimited number of your company's computers withing this area.
    Site license is very cost-effective if you have many computers (many
    software developers).


4. Problems
----------------------------------------------------
If you have any problems during the setup or using this
component, please visit the support area of our website
at http://www.appcontrols.com or contact us: info@appcontrols.com

    
Good Luck!

UtilMind Solutions
info@utilmind.com
http://www.utilmind.com
http://www.appcontrols.com

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -