Minimum Required Files

Squared

Member
Using Delphi 5 is great because of the single EXE build capability, however I always have to install the Oracle SQL*Net client on each machine and set up a TNSNAMES.ORA file with the IP address of the Oracle server. Does anyone have any idea what the actual required files are for deployment? Just the OCI.DLL? If I can find this out, I'll probably build a self-extracting installer that will put the files into the right directories as needed.
 
You should probably consider Net8 or SQL*Net a requirement for your application. Unless you are also going to install the Oracle Server software and create a database instance as part of your setup program.

------------------
Marco Kalter
Allround Automations
 
Back
Top