You can install Designer by using scripts. This feature is a silent install.
To use the silent install, run the install program with -i silent option. The option is the same whether you install on Windows or Linux. For example:
Windows: install.exe -i silent
Linux: ./install -i silent
The -i silent option uses all of the default values in the installation. To change the default values:
Issue the command install -r.
The -r option creates installer.properties file.
Edit the installer.properties file to add the desired values.
Issue the command install -i silent -f installer.properties.