Oracle Client - 10.2.0.3.0 Silent install
I'm having issues creating a silent install of oracle client 10.2.0.3.0 for windows 7 32bit. I've tried various commands/vbs scripts suggested on this site but none have worked.
I created a response file as per oracles documentation and can get it to run using the following command
"setup.exe -waitforcompletion -responseFile "C:\Oracle10g\client\10.2.0.3.0\install_oracle_10_g.rsp" -force -silent -noconsole"
However it is failing with the below error even after I've added the operating system to the .xml file in PreReqs
"INFO: Checking CertifiedVersions
This is a prerequisite condition to test whether the Oracle software is certified on the current O/S.
INFO: Vendor clusterware is not detected.
INFO: Expected result: One of 5.0,5.1,5.2,6.0
Actual Result: 6.1
Check complete. The overall result of this check is: Failed <<<<"
I've also tried adding "-ignoreSysPrereqs" to the command.
Any suggestions?