The following script details an unattended installation using the
server installation mode of
Talend Installer:
mode=unattended
debugtrace=C:\debugInstall.txt
licenseFile=C:\licenses\license
prefix=C:\Talend
installMode=server
The following script details an unattended
installation using the
Talend Studio Installer:
mode=unattended
debugtrace=C:\debugInstall.txt
licenseFile=C:\licenses\license
prefix=C:\Talend
The installation directory created is called
Talend and the license file used is located in the
C:\licenses directory.
You can also create a script for a custom installation
mode for Talend Installer. In this case, specify in your script the products and modules to install
as well as the configuration information of these products. For example, the
enable-components parameter allows you to
do a comma-separated list of these products, while the tacPort parameter allows you to specify the port to use for
Talend Administration Center.