Installation of client 10.2.0 using a response file
m boulayAug 20 2012 — edited Aug 29 2012Hello Everyone,
I have no clue if I'm posting in the right Community but I need some help installing the Oracle Client 10.2.0 silently on a Computer. Right now my response file was created using the setup.exe /record /destinationFile myPath but was missing the dependency i wanted to install. So I added at the end of the file
oracle.client:DEPENDENCY_LIST={"oracle.sqlplus:10.2.0.1.0","oracle.winprod:10.2.0.1.0"}
oracle.winprod:DEPENDENCY_LIST = {"oracle.winprod:10.2.0.1.0","oracle.oo4o:10.2.0.1.0","oracle.odbc:10.2.0.1.0","oracle.ntoledb:10.2.0.1.0"}
My dependency get installed but I keep getting these errors :
The procedure entry point GetProcessImageFileNameW could not be located in the dynamic link library PSAPI.DLL
That is were I'm stuck now.
Thank you for the help
UPDATE: More info I am installing Oracle 10.2.0 32bit on a Windows 7 x64
Edited by: 953742 on 2012-08-20 11:56