Install /Deinstall of Oracle Developer suite 10g
Hi,
Has anyone done silent installation and uninstallation of Oracle Developer suite 10g.
What is the commandline given for deinstallation in specific?When I use setup.exe -deinstall option with rsp file I created for installation it is failing.Do I have to create a separate rsp file for uninstall?
Also what should be the value for DEPENDENCY_LIST?
Any help is appreciated.
Thanks!!
Has anyone done silent installation and uninstallation of Oracle Developer suite 10g.
What is the commandline given for deinstallation in specific?When I use setup.exe -deinstall option with rsp file I created for installation it is failing.Do I have to create a separate rsp file for uninstall?
Also what should be the value for DEPENDENCY_LIST?
Any help is appreciated.
Thanks!!
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
jryan_su
17 years ago
What is the Setup.exe captured in. If it is InstallShield then you will have to create a uninstall Responce file.
Here are a few of links for InstallShield that might help.
http://itninja.com/blog/view/installshield-setup-parameters
http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpSetup_EXECmdLine.htm
http://www.e-dbms.com/cache/downloads/documentation/cache5docs/PDFS/AWSI_Windows_Silent_Install.pdf#search='installshield%20f1%20response%20file%20limitations'
Basically you run
setup.exe -r
After you complete the Recording go look for
C:\Windows\setup.iss
or
C:\Winnt\setup.iss
This is your answer file. Now take the setup.iss file copy it to your source directory. Rename the file as Oracle_Unst.iss or what ever naming convention you would like.
The uninstall string will look like:
"C:\Program Files\InstallShield Installation Information\{D3A12CD2-F3C2-4746-ACF6-82C049957B22}\setup.exe" /s /v/qn /x /f1"C:\Temp\SARSP2.iss"
This is all assuming the setup.exe was created\captured in InstallShield.
Here are a few of links for InstallShield that might help.
http://itninja.com/blog/view/installshield-setup-parameters
http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpSetup_EXECmdLine.htm
http://www.e-dbms.com/cache/downloads/documentation/cache5docs/PDFS/AWSI_Windows_Silent_Install.pdf#search='installshield%20f1%20response%20file%20limitations'
Basically you run
setup.exe -r
After you complete the Recording go look for
C:\Windows\setup.iss
or
C:\Winnt\setup.iss
This is your answer file. Now take the setup.iss file copy it to your source directory. Rename the file as Oracle_Unst.iss or what ever naming convention you would like.
The uninstall string will look like:
"C:\Program Files\InstallShield Installation Information\{D3A12CD2-F3C2-4746-ACF6-82C049957B22}\setup.exe" /s /v/qn /x /f1"C:\Temp\SARSP2.iss"
This is all assuming the setup.exe was created\captured in InstallShield.
Posted by:
turbokitty
15 years ago
Did anyone ever figure this out?
I'm using the terrrrrible Oracle installer to silently install (fought with that for a few days). Seems to work, although I can't suppress the CMD window it pops.
The issue I'm having now is silently uninstalling it.
Oracle Client for Windows 10.2.0.0 + 10.2.0.4 patch.
Anyone figure out how to do this?
I'm using the terrrrrible Oracle installer to silently install (fought with that for a few days). Seems to work, although I can't suppress the CMD window it pops.
The issue I'm having now is silently uninstalling it.
Oracle Client for Windows 10.2.0.0 + 10.2.0.4 patch.
Anyone figure out how to do this?
Posted by:
sbequette
15 years ago
Posted by:
sbequette
15 years ago
these sum it up pretty good but if you are having problems let me know.
Posted by:
turbokitty
15 years ago
Yeah, I read the Package KB but no one mentioned uninstalling. I figured this out though.. using this:
http://youngcow.net/doc/oracle10g/em.102/b16227/c_oui_appendix.htm
..and discovering I had some locked files that were killing my script. I decided to abandon the crap that Oracle leaves behind after uninstall. It's only about 14MB anyway.
Thanks.
http://youngcow.net/doc/oracle10g/em.102/b16227/c_oui_appendix.htm
..and discovering I had some locked files that were killing my script. I decided to abandon the crap that Oracle leaves behind after uninstall. It's only about 14MB anyway.
Thanks.
Posted by:
jB!
15 years ago
i had a succesful deinstallation of the client but there were files remain.
i installed oracle client 10 with patch 10.2.0.4.
i tried the switch herehttp://youngcow.net/doc/oracle10g/em.102/b16227/c_oui_appendix.htm to remove the patch but with no avail.
can you give some advise?
thanks! [:D]
i installed oracle client 10 with patch 10.2.0.4.
i tried the switch here
can you give some advise?
thanks! [:D]
Posted by:
jB!
15 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.