Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Oracle Client Installation.
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
>>> ali.toygar_at_emu.edu.tr 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: jhostetter_at_decommunications.com 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: ListGuru_at_fatcity.com (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).Received on Wed Dec 26 2001 - 09:04:38 CST
![]() |
![]() |