If a Citect SCADA project relies on externally-created files that you need to incorporate into a runtime deployment (such as DBF files, HTML files, or ActiveX objects), you will need to identify these files as Custom Files in the
When a project is compiled, any files you have identified in this way will be compressed into one of the following zip files:
These zip files are then incorporated into a project. If you are preparing a project for deployment to a Web Client, the files will be added to the project's web deployment directory ready for delivery via a web server (see Prepare a Project for Web Client Deployment).
Each time an operator starts Citect SCADA Runtime, the client process checks the project and its included projects directories. If custFiles.zip or custActiveX.zip is found locally, the compressed archive is unzipped. (If [CtEdit]Copy is specified, then the zip files may be copied from the copy path first.)
Files in CustFiles.zip are unpacked to the project directory and its sub directories, depending on the value specified in the Destination Location field.
ActiveX control files in CustActiveX.zip are unpacked to the project directory and its sub directories first, then moved to "C:\Program Files\Common Files\Citect" and, if the file is a valid Activex control, it is registered.
Note: Custom files can be transferred to remote computers via a deployment server using Citect SCADA's Deployment feature.
See Also
Published June 2018