Devices or tools can be added to an existing installation in batch mode using the below steps:
Linux:
Generate the install configuration file using the below
command:
<Install path>/.xinstall/<version>/xsetup -b ConfigGen
Modify the generated install configuration file based on the requirement. Run the below
command to upgrade in batch
mode:
<Install path>/.xinstall/<version>/xsetup -a XilinxEULA,3rdPartyEULA -b Add -c <Path to the install configuration file>
Windows:
Generate the install configuration file using the below
command:
<Install path>\.xinstall\<version>\bin\xsetup.bat -b ConfigGen
Modify the generated install configuration file based on the requirement. Run the below
command to upgrade in batch
mode:
<Install path>\.xinstall\<version>\bin\xsetup.bat -a XilinxEULA,3rdPartyEULA -b Add -c <Path to the install configuration file>