MSI for Oracle client 11.2.0
Application Type :- MSI Issue :- Capturing the application is not possible Resolution and key notes :- 1] Since Oracle Client application is itself a package, hence need to create silent installation using response file (.rsp). 2] Application requires modify permission on "C:\Windows\hh.exe", "C:\Windows\System32\odbcad32.exe", "C:\app" and "C:\Program Files\Oracle". 3] Since CMD does not support UNC path (might create issue while installing from network), hence created VBS(VB Script) for silent installation and uninstallation. 4] Oracle client requires seperate "deinstall" tool for uninstall...