WSH & Oracle silent installation
I have to install “Oracle Data Access Software for Windows Release 9.2.0.7.0.†or
in fact just the followin 4 packages:
"Oracle Services for Microsoft Transaction Server 9.2.0.7.0"
"Oracle O D B C Driver 9.2.0.7.0"
"Oracle Provider for OLE D B 9.2.0.7.0"
"Oracle Objects for OLE 9.2.0.7.0"
I created four answer files using
setup -record –destinationFile
and a VBS script which will launch
setup.exe -silent -nowelcome –responseFile file.rsp
My question is:
Setup program is launching Javaw.exe and exits which make difficult
to track the installation (to know when installation is done).
I inserted a 60 seconds delay in my script and then check in memory for
javaw.exe but of course this makes the installation process to take longer
than normal and sometimes I had some problems.
Does anybody know how can I use javaw.exe directly whiteout of using
setup.exe or is there another way to know when the installation is done?
TIA,
Dan
in fact just the followin 4 packages:
"Oracle Services for Microsoft Transaction Server 9.2.0.7.0"
"Oracle O D B C Driver 9.2.0.7.0"
"Oracle Provider for OLE D B 9.2.0.7.0"
"Oracle Objects for OLE 9.2.0.7.0"
I created four answer files using
and a VBS script which will launch
My question is:
Setup program is launching Javaw.exe and exits which make difficult
to track the installation (to know when installation is done).
I inserted a 60 seconds delay in my script and then check in memory for
javaw.exe but of course this makes the installation process to take longer
than normal and sometimes I had some problems.
Does anybody know how can I use javaw.exe directly whiteout of using
setup.exe or is there another way to know when the installation is done?
TIA,
Dan
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
danlrp
19 years ago
OK!
I found here that :
[hr]
Using the Oracle Universal Installer Exit Codes
The Oracle Universal Installer returns one of the following exit codes:
Code Description
0 All installations were successful
1 All installation were successful but some optional configuration tools failed
-1 At least one installation failed
Note that:
This feature will not work if the Oracle Universal Installer is running in "bootstrap" mode. In this case setup.exe/runInstaller will just launch the JRE process and return immediately without waiting for the exit code. The Oracle Universal Installer will be running in "bootstrap" mode if the following line exists in the file "oraparam.ini":
BOOTSTRAP=TRUE
If you exit without installing any products (for example if you exit from the "Welcome" screen), the exit code will be -1.
[hr]
So I made BOOTSTRAP=FALSE.
I found here that :
[hr]
Using the Oracle Universal Installer Exit Codes
The Oracle Universal Installer returns one of the following exit codes:
Code Description
0 All installations were successful
1 All installation were successful but some optional configuration tools failed
-1 At least one installation failed
Note that:
This feature will not work if the Oracle Universal Installer is running in "bootstrap" mode. In this case setup.exe/runInstaller will just launch the JRE process and return immediately without waiting for the exit code. The Oracle Universal Installer will be running in "bootstrap" mode if the following line exists in the file "oraparam.ini":
If you exit without installing any products (for example if you exit from the "Welcome" screen), the exit code will be -1.
[hr]
So I made BOOTSTRAP=FALSE.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.