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
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)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
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
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
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
Posted by:
djain3
14 years ago
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...
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
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.