I am wanting to install Oracle 19c silent with custom install. How do I find the component names to add to the script? We want everything except for 'Oracle Net listener' and 'Oracle Scheduler Agent.' We are installing this across the board on about 100 machines and I would like to have it run.
setup.exe -silent -nowait -ignoreSysPrereqs -ignorePrereqFailure -waitForCompletion -force \
"ORACLE_BASE=c:\oracle\product" \
"ORACLE_HOME=c:\oracle\product\18c\Client_x86" \
"oracle.install.IsBuiltInAccount=true" \
"oracle.install.client.installType=Custom" \
"oracle.install.client.customComponents=oracle.rdbms.util:18.0.0.0.0,oracle.sqlplus:18.0.0.0.0,oracle.odbc:18.0.0.0.0"