PreviousNext
Help > Installation > Deploying WinDev applications
Deploying WinDev applications

 Installation of the client part of Easycom will be done by the WinDev deployment process.

When you create the deployment procedure for your application with WinDev IDE, the AS/400 native access DLL (eac2900as.dll) is always selected in the list of mandatory DLLs, as soon as an AS/400 file is used in the project, or an Easycom function is called.

We suggest using this standard WinDev mechanism to install Easycom client for your application deployments.

So, you don’t have to run Easycom installation procedure on users’ workstations.

 

Alternatively, you can also copy DLL file eac2900as.dll into Windows directory. If more than one application is using Easycom, all the applications will use the same DLL, and future updates of Easycom Client DLL will be easier.

 

Only file eac2900as.dll is mandatory.

 

Easycom.ini : Local configuration file

Easycom.ini file contains several settings (Cache size, Default system name, …).

You can copy it from your development environment to the user workstations, or your can include it in your application deployment procedure.