Chapter 6. Registration and deployment

1. License Installation instructions

First of all: thank you for purchasing the Vita Voom SoftwarepgExpress Driver. We hope this software meets your expectations. Licensed users have priority support through our email regular address, support@vitavoom.com, for the period of the license.

We remind that of course this version is private to your company (according to the terms of the License and should not be redistributed for third parties (except, of course, as a component of your company's applications).

To deploy the software, please follow these steps:

  1. Install the driver by following the regular instructions. If the demo driver was already installed, replace it with the the registered version.
  2. Add the PGELicense unit into your project's uses clause, such as in this example:
    program example;
    uses
      Forms,
      PGELicense, 
      Unit1 in 'Unit1.pas' {Form1};
    
    {$R *.res}
    begin
      Application.Initialize;
      Application.CreateForm(TForm1, Form1);
      Application.Run;
    end.

    Tip

    This can be easily made by selecting the "Project->Add To Project" menu on the Kylix/Delphi/C++ Builder IDEs and then selecting the PGELicense.pas file (your license file as sent by Vita Voom Software™.
  3. Compile your application normally.
  4. That's it: your application is deployable.

Note

The driver will always run if Kylix/Delphi/C++ Builder is also running, but for standalone distribution the PGELicense.pas unit must be added to your project.

Please store your registration information in a safe place. If you ever need it again, please ask us.