Hello

I am trying to install Intelligetn agent onto a test Windows NT box which has oracle 8.1.7 installed.

I enter the following at the cmd line.

d:\install\win32\setup.exe -responseFile e:\temp\agent.rsp -silent -nowelcome

but always get this error in the silent install log

silentInstall2002-01-30_03-24-37-AM.log
No forced value specified for the variable ORACLE_HOME, associated with property ToLocation, in dialog File Locations.


My response file is as follows:

RESPONSEFILE_VERSION=1.7.0

FROM_LOCATION = "D:\stage\products.jar"
ORACLE_HOME = "e:\ORA8i"
ORACLE_HOME_NAME = "ORA8i"

TOPLEVEL_COMPONENT={"oracle.server","8.1.7.0.0"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_COMPONENT_LOCATIONS_PAGE=false
SHOW_CUSTOM_TREE_PAGE=false
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE=false
SHOW_REQUIRED_CONFIG_TOOL_PAGE=false
SHOW_OPTIONAL_CONFIG_TOOL_PAGE=false
SHOW_RELEASE_NOTES=false
SHOW_END_SESSION_PAGE=false
SHOW_EXIT_CONFIRMATION=false
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false

[oracle.server_8.1.7.0.0]
COMPONENT_LANGUAGES={"en"}
INSTALL_TYPE="Custom"
DEPENDENCY_LIST={"oracle.emprod","8.1.7.0.0"}
sl_userNodeList=

[oracle.emprod_8.1.7.0.0]
DEPENDENCY_LIST={"oracle.emprod.oemagent","8.1.7.0.0", "oracle.emprod.agent_ext","8.1.7.0.0"}

[oracle.networking.netca_8.1.7.0.0]
OPTIONAL_CONFIG_TOOLS={}
s_responseFileName="e:\temp\agent.rsp"
b_launchNETCA=false

[oracle.emprod.agent_ext_8.1.7.0.0]
DEPENDENCY_LIST={"oracle.emprod.agent_ext.oapps_agentext","8.1.7.0.0", "oracle.emprod.agent_ext.ows_agentext","8.1.7.0.0", "oracle.emprod.agent_ext.oecm_agentext","8.1.7.0.0", "oracle.emprod.agent_ext.frms_agentext","8.1.7.0.0", "oracle.emprod.agent_ext.sqlsrv_agentext","8.1.7.0.0"}


Are there any obvious mistakes mad in the rsp file ?
I've checked it over following from metalink but it seems OK.

Thanks for any help in advance

Rejoe