-
Silent Uninstall
Is it possible to execute a silent uninstall with the 8i and 9i client? I have the silent install working for the 9i client, but I cannot get the .rsp set correctly to make a uninstall work. I took the install.rsp that works for my silent install and tried to modify it, but have had not luck so far getting it to work.
Any help would be appreciated.
Thanks
Kevin
-
You can write your own application that queries the registry, gets the ORACLE_HOME parameter and remove the files and the registry entries from the file system and registry.
Cheers.