You can create a Universal Installer response file which will automate the client 
installation.  You can mount the CD on a network device, or just copy it to a disk on 
a server so that you don't have to walk the CD to each PC.  

e.g. setup.exe -responsefile "l:\apps\oracle\816\User_Cdrive.rsp"

Search around on the CD for the sample files.  The active lines in our response file 
are:

FROM_LOCATION="g:\installs\oracle\816client\STAGE\PRODUCTS.JAR"
ORACLE_HOME="C:\Oracle\Ora816"
ORACLE_HOME_NAME="Oracle_816"
TOPLEVEL_COMPONENT={"oracle.client","8.1.6.0.0"}
SHOW_SPLASH_SCREEN=true
SHOW_WELCOME_PAGE=false
SHOW_COMPONENT_LOCATIONS_PAGE=false
SHOW_CUSTOM_TREE_PAGE=true
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=true
SHOW_REQUIRED_CONFIG_TOOL_PAGE=true
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
SHOW_RELEASE_NOTES=false
SHOW_END_SESSION_PAGE=true
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false
[oracle.client_8.1.6.0.0]
COMPONENT_LANGUAGES={"en"}
INSTALL_TYPE="Custom"
DEPENDENCY_LIST={ 
"oracle.networking.netclt","8.1.6.0.0","oracle.utilities","8.1.6.0.0","oracle.networking.netcltprod","8.1.6.0.0"
 }
[oracle.utilities_8.1.6.0.0]
DEPENDENCY_LIST={ "oracle.rdbms.sqlplus","8.1.6.0.0" }
[oracle.p2k_8.1.6.0.0]
DEPENDENCY_LIST={ "oracle.p2k.devtools" }
[oracle.p2k.devtools_8.1.6.0.0]
DEPENDENCY_LIST={ "oracle.p2k.oo4o","8.1.6.3.6" }
[oracle.networking.netca_8.1.6.0.0]
OPTIONAL_CONFIG_TOOLS={}



Jay Hostetter
Oracle DBA
D. & E. Communications
Ephrata, PA  USA

>>> [EMAIL PROTECTED] 12/26/01 05:05AM >>>
Hi, 

    I develop applications with Delphi 5 Client/Server suit. I used Oracle Database. 
(with BDE connection)  I have a problem with client side. To run my program  on some 
client machine , I install oracle client for this machine. Is there any way to run my 
program on client without installing oracle client. BECAUSE , when client number 
increase , my job become difficult , every time I take oracle client CD and install 
one machine then install other machine ...( I do not give oracle cd to clients 
beacause client do not know configuration)


 is there simple way to make setup disk with including my application file plus oracle 
client files to install client side ? 



I hope you will understand my question.

Thank You.



--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Jay Hostetter
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to