Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Silent Install Won't Run

Re: Silent Install Won't Run

From: Ted Busky <no_spam_tbusky_at_prox.com>
Date: Thu, 03 Oct 2002 13:18:23 -0400
Message-ID: <3D9C7BDF.40A1DFAF@prox.com>


Hi Finn,

Yep, I found that I needed the space. I am now just recording a response file: d:\setup.exe -record -destinationFile c:\client.rsp

The install with record works. My application can get to the databases. But, if I un-install the windows interface just installed and then do: d:\setup.exe -silent -responseFile c:\client.rsp. the windows interface appears to be loaded. When I check the components after running the silent install, windows interface is there. But, my application can't find the databases.

Now what?
Thanks,
Ted

Finn Ellebaek Nielsen wrote:

> Hi Ted.
>
> There should be a space between "-responseFile" and "c:\clientcustom.rsp" so
> the command line should be:
>
> d:\setup.exe -silent -nowelcome -responseFile c:\clientcustom.rsp
>
> HTH.
>
> Finn
>
> "Ted Busky" <no_spam_tbusky_at_prox.com> wrote in message
> news:3D9AEDD3.2A0B031E_at_prox.com...
> >
> > SHOW_SPLASH_SCREEN= was false, I switched to true
> > SHOW_INSTALL_PROGRESS_PAGE=true was true
> >
> > Still no install and no status reports.
> >
> > Ted.
> >
> >
> >
> > Finn Ellebaek Nielsen wrote:
> >
> > > Are you sure that it's not running? Try to set:
> > >
> > > SHOW_SPLASH_SCREEN=true
> > > SHOW_INSTALL_PROGRESS_PAGE=true
> > >
> > > HTH.
> > >
> > > Finn
> > >
> > > "Ted Busky" <no_spam_tbusky_at_prox.com> wrote in message
> > > news:3D9A0876.B913188_at_prox.com...
> > > > Hi,
> > > >
> > > > I'm trying to silently install the Oracle9i windows driver. I copied
> the
> > > > clientcustom.rsp from the CD and made the following modifications and
> > > > put the modified file in the c:\directory.
> > > >
> > > > ORACLE_HOME="c:\orant9"
> > > > ORACLE_HOME_NAME="orahome9"
> > > > LOCATION_FOR_DISK2="d:\"
> > > > LOCATION_FOR_DISK3="d:\"
> > > >
> > > > I run from the command prompt:
> > > > d:\setup.exe -silent -nowelcome -responseFilec:\clientcustom.rsp.
> > > > The CD initially shows some activity but no installation happens.
> > > >
> > > > Can anyone give me an idea of what I am missing?
> > > >
> > > > Thanks,
> > > > Ted
> > > >
> > > >
> >
> >
Received on Thu Oct 03 2002 - 12:18:23 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US