/build/static/layout/Breadcrumb_cap_w.png

Packaging Oracle Client 10

Hi Guys,

I am trying to package Oracle Client 10.

From Various post I found that repackaging it in .MSI format is not a good idea as it might create issues.

I saw other option in package kb which says to record the details in a response file in following way:

"<oraclepath>\setup.exe -silent -responsefile <path to response file>\mycustom.rsp"

It doesn't seem to be working.

Even though this works. My requirment is to create a MSI wrapper which can call this setup.exe of Oracle.

I have created .msi wrapper in few such instances using SourceDir custom action and calling the setup.exe from package folder but this also fails in few AD scenario.

Please advise about the recording details in response file and also suggest about calling this via msi wrapper.

Thanks

0 Comments   [ + ] Show comments

Answers (10)

Posted by: anonymous_9363 14 years ago
Red Belt
1
Any idea how can we uninstall the Oracle Client?Seek and ye shall find. Click the first link, then search the page for "silent deinstall".
Posted by: timmsie 14 years ago
Fourth Degree Brown Belt
1
setup.exe -deinstall session:SHOW_DEINSTALL_PROGRESS=false session:SHOW_DESINSTALL_CONFIRMATION=false -DEINSTALL_LIST = "oracle.client","10.2.0.1.0" -REMOVE_HOMES="OraClient10g_home1"

curly brackets and the full path to the home

setup.exe -deinstall session:SHOW_DEINSTALL_PROGRESS=false session:SHOW_DESINSTALL_CONFIRMATION=false -DEINSTALL_LIST ={"oracle.client","10.2.0.1.0"} -REMOVE_HOMES={"/home/oracle/OraClient10g_home1"}
Posted by: timmsie 14 years ago
Fourth Degree Brown Belt
0
It doesn't seem to be working.

Even though this works.


When you say it doesn't work, why doesn't it?

to record a response:
setup -record -destinationFile <response_file_name>

to specify a response file:
setup.exe -responseFile <filename> <optional_parameters>

Why do you want an msi wrapper (is it because your deploying via AD). why not just use a vbscript or wisescript to call the oracle oui exe with the response files
Posted by: djain3 14 years ago
Second Degree Blue Belt
0
Hi Richard,

I got success in creating the .rsp file. Earlier I was using some other command to record.

Any idea how can we uninstall the Oracle Client?

Yes, we need to get this deployed via AD. And our deployment team ask for .msi package only.

Thanks
Posted by: djain3 14 years ago
Second Degree Blue Belt
0
Thanks..

I tried as mentioned in that link but it stuck on Inventory dialog:

I used the following command:

setup.exe -deinstall session:SHOW_DEINSTALL_PROGRESS=false session:SHOW_DESINSTALL_CONFIRMATION=false -DEINSTALL_LIST = "oracle.client","10.2.0.1.0" -REMOVE_HOMES="OraClient10g_home1"

Seems somthing is still missing...
Posted by: djain3 14 years ago
Second Degree Blue Belt
0
I will try this and let you know how it goes...
Posted by: djain3 14 years ago
Second Degree Blue Belt
0
It still stuck on Inventory dialogue. :(
Posted by: djain3 14 years ago
Second Degree Blue Belt
0
This worked for me:

setup -deinstall -silent -nowait -responseFile uninstall.rsp

Anyway..thanks to you two...
Posted by: timmsie 14 years ago
Fourth Degree Brown Belt
0
excellent, glad you got there in the end [:D]
Posted by: InterneToughGuy 14 years ago
Senior Purple Belt
0
a log file would produce the answer to your question.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ