Unattended Uninstallation
The XIA Configuration Client product can be uninstalled without user intervention using the following command line.
msiexec /qn /uninstall {Product Code}
To determine the product code run the following PowerShell command.
Get-WmiObject Win32_Product | Where-Object { $_.Name -eq "XIA Configuration Client" } | Select Name, IdentifyingNumber

Certain shared roles and features are automatically installed by the product, you may need to review these and remove them manually if they are no longer required.