Client Side Deployment
EXE Distribution
For EXEs implementing the ActiveX interfaces, deployment includes distributing any OCXs used, our DLL, and the remaining files that make up your application.
ProEssentials relevant files are:
ProEssentials 64 bit
|
|
"PEGRP64H.DLL" |
Main DLL To Distribute
|
"PEGOH.OCX"
|
Graph Object
|
"PESGOH.OCX"
|
Scientific Graph Object
|
"PE3DOH.OCX"
|
3D Scientific Graph Object
|
"PEPCOH.OCX"
|
Pie Chart Object
|
"PEPSOH.OCX"
|
Polar / Smith / Rose Object
|
Note 32 and 64 bit OCXs use the same name so be careful to not mix them up.
ProEssentials 32 bit
|
|
"PEGRP32H.DLL" |
Main DLL To Distribute
|
"PEGOH.OCX"
|
Graph Object
|
"PESGOH.OCX"
|
Scientific Graph Object
|
"PE3DOH.OCX"
|
3D Scientific Graph Object
|
"PEPCOH.OCX"
|
Pie Chart Object
|
"PEPSOH.OCX"
|
Polar / Smith / Rose Object
|
You will need to either use a setup program to register the OCXs on the target system or use REGSVR32.EXE manually.
We recommend that your setup program handle the registration of the OCXs. All install programs have features to flag an OCX file as "Self-Registering". Checking this option will result in the setup program registering the OCXs with the operating system.
Note that our above DLLs "DO NOT" need to be registered but do need to be included with your application.
Your setup program can install the above files into any directory.
|