Skip to end of banner
Go to start of banner

Replicator Update

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 7 Next »

Updating a program on the sites or on the main office assumes the following stages:

  1. Create an update package of an application.

  2. Upload (publish) the update package into Replicator.

  3. Specify the sites to which the update must be delivered and set the installation time.

Create Replicator Update Package

Before getting started, make sure to install the Adonis Package Builder application that allows creating the Replicator update package effortlessly. On completing the installation, run the applicaton and proceed with the following steps:

  1. In the Package Type dialog, select Program and click Next to continue.

    replicator_update_package_builder.png

  2. In the Files dialog, click Add and load ReplManager.exe, ReplService.exe and sqlite3.dll.

    replicator_update_package_builder_files_dialog.png

    Click Next to proceed.

Note that the ReplManager.exe, ReplService.exe and sqlite3.dll files are part of the Replicator installation set. To extract them, dearchive ADONISREpl_xxx.exe by right-clicking it and selecting 7-Zip > Extract Files. Then save the files locally.

  1. In the Settings dialog, set the values for the list of parameters:

    replicator_update_package_builder_settings_dialog.png

Parameter

Value

TYPE

Program

PROGRAMCODE

ARE (Adonis Replicator)

DISPLAYNAME

ReplicatorUpdate (free input value)

IS_PARTIALLY_DISTRIBUTED

Yes

IS_VERSION_UPDATED_BY_REPL

Yes

VERSION

Enter the version number to which Replicator is to be updated.

STARTEXECUTABLE

ReplService.exe

STARTPARAMETERS

-update -silent -instance: “%INSTANCE_NAME%“

Click Next.

  1. In the Destination dialog, you can specify the destination folder where the generated update package will be stored:

    replicator_update_package_builder_destination_dialog.png

    Click Next.

  2. In the Build dialog, click Start to see the update file generation in progress:

    replicator_update_package_builder_build_dialog.png

    As a result, the update package is successfully generated:

    replicator_update_package_builder_build_dialog_success.png

Distribute Update Package

  • No labels