Import packages silently using Installation Manager
To import product packages from a command line.
- Create a response file
When you record the response file, select the Import option
- Import a package...
cd eclipse\tools
./imcl input /path/to/respfile -log /path/to/logfile -acceptLicenseFor example...
imcl.exe input c:\response_files\install_product.xml -log c:\mylog\silent_install_log.xml -acceptLicense
When the installation completes, a 0 status is returned. If the installation cannot complete, a non-zero number is returned.