Apply Updates in Batch Mode - 2025.1 English - UG973

Vivado Design Suite User Guide: Release Notes, Installation, and Licensing (UG973)

Document ID
UG973
Release Date
2025-05-29
Version
2025.1 English

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>