What are the arguments to silent install Virtual Table Server ?
I can manually click through the popups and prompts to install VTS, but I wish to silently install.
thanks! -tom
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
What are the arguments to silent install Virtual Table Server ?
I can manually click through the popups and prompts to install VTS, but I wish to silently install.
thanks! -tom
Thomas Coleman , did you checkout this old thread (see attached command at end as well).
This links to the installation document of LRE2023 R1, with remarks about silent install.
Reward contributions via likes or 'verified answers'
perfect! setupVTS.exe /s /a /s => success
I'd also like to uninstall, by viewing the linked documents I tried this:
set product_code=E3130646-51DE-4F8B-BA6C-10A9D0E7FEAA
https://medium.com/@andrew.perfiliev/how-to-uninstall-program-using-cmd-60911c0eee80
wmic product where "Name like '%vts%'" call uninstall
uninstall success after install via setupVTS.exe
wmic product where "Name like '%vts%'" get Name, Version, IdentifyingNumber
wmic product where "IdentifyingNumber like '{E3130646-51DE-4F8B-BA6C-10A9D0E7FEAA}'" call uninstall