legnireb Posted April 23, 2010 Posted April 23, 2010 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 OffSET PP=%SystemDrive%\Install\SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /V TITLE /D "Instalando Programas" /fREG ADD %KEY%\084 /VE /D "Instalando Oracle Client 9201" /fREG ADD %KEY%\084 /V 1 /D "%PP%\Oracle_Client\install\win32\setup.exe -silent -responseFile %PP%\Oracle_Client\install\win32\clientcustom.rsp" /fEXITThe 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now