Jump to content

Recommended Posts

Posted

Hi Guys...

Need your help!

I have response file created, to install oracle client 9201 version and have a runOnceEx.cmd file with that configuration:

cmdow @ /HID

@Echo Off

SET PP=%SystemDrive%\Install\

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Instalando Programas" /f

REG ADD %KEY%\084 /VE /D "Instalando Oracle Client 9201" /f

REG ADD %KEY%\084 /V 1 /D "%PP%\Oracle_Client\install\win32\setup.exe -silent -responseFile %PP%\Oracle_Client\install\win32\clientcustom.rsp" /f

EXIT

The problem is that the "setup.exe" file run´s only 1 or 2 seconds and then javaw.exe begins the instalations.

When the setup.exe ends the runonceex.cmd window ends too and it means it wónt wait for the end of instalations, if i had another programa it would begin installing....

How to tel setup to wait for the end of oracle instalation?

any ideias?

Ths in advance!

Leg


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...