ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Installing applications and websites / WINDEV application / Creating the setup program (wizard)
  • Overview
  • Parameters of the assisted universal replication
  • .WER file
  • Replication method
  • Definition of the connected mode
  • Files installed for the replication
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
The different steps of this configuration are as follows:
  • Location of the .WER file to handle.
  • Replication method.
  • Definition of the connected mode.
Parameters of the assisted universal replication

.WER file

The first step when configuring the assisted universal replication consists in giving the path of the .WER file to use.
The content of the .WER file can be configured and modified by ReplicEdit in the setup creation wizard.

Replication method

When preparing the setup program, you can specify the replication method that will be used:
  • Replication via a replication server. This method is recommended when the replication is performed via an Internet connection. If this option is selected, the next wizard step allows you to configure the parameters of the replication server: server address, username and password. You also have the ability to:
    • publish the replication parameters on the server (setup with automatic update only): if this option is checked, the replication will be directly accessible by the applications.
    • allow these parameters to be modified during the setup: the user of the application will be able to modify the parameters of the replication server.
    • use these values even if they have been customized during a previous setup.
    • install a replication server. In this case, the setup of the application will propose to install the replication server on the computer selected by the user.
      Caution: to perform this setup, the setup program must be supplied with the setup package of the replication server. The "Advanced" button is used to select the necessary package. The latest available setup package can also be downloaded from the PC SOFT website.
  • Replication with direct access to the master database. This method is recommended for example when using an application on a laptop, with a limited connection to the local network (sales person visiting headquarters once a week for example). If this option is selected, the parameters of the master database must be specified:
    • Use the connections defined in the analysis: The parameters of the connections defined in the analysis will be used to access the master database.
    • Use the connections defined in the .WER file: The parameters of the connections defined in the .WER file will be used to access the master database.
    • Define the connection parameters now: The connection parameters are defined immediately in the following step of the wizard.
    • Ask for the connection parameters during the setup: The parameters of the connections are defined by the person who installs the application.
  • Choose the replication method during the setup. If this method is selected, the parameters of the master database must be specified (same as with "Replication with direct access to the master database").

Definition of the connected mode

When creating the setup program, you have the ability to specify the operating mode of the application in connected mode.
Indeed, when the user has access to the master database, the direct access to the master database can be automatically used instead of the replication ("Allow the application to operate in connected mode"). If this operating mode is selected, you can request the automatic synchronization of data when starting and stopping the application. This mode allows you to work in offline mode with the most up-to-date database.
These options can be modified or not when installing the application. You can also force the use of these options even if they have been already customized.
Files installed for the replication
By default, the following files are installed on the user computer:
Setup directory by default
Local data files (.fic, .ndx, .mmo)Documents and Settings\All Users\Application Data\<Application name>
Files allowing the replication to be performedDocuments and Settings\All Users\Application Data\\PC SOFT\RPL\<Application name>\<Application name>
Setup settingsDocuments and Settings\<Username>\Application Data\WDSETUP\<Application name>
Application (Exe and WX)Program File\<Application name>
ReplicSynchro and ReplicAdminProgram Files\Common Files\PC SOFT\29.0\ReplicSynchro
Remark: ReplicSynchro can be started by the end user via "Start .. PC SOFT tools .. ReplicSynchro".
Minimum version required
  • Version 12
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help