Willem Noorduin 0 Posted January 11, 2024 Delphi Alexandria comes with an option to install the product almost unattended (see https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Silent_Installer). This is useful, but we use Ansible to install the products on our windows VMs. Is there a way to solve this one: " Note: In both scenarios (silent and very silent) the silent installer will still ask you to confirm the EULA. Press Y (for Yes) at the very beginning of the process, it will not ask for further interaction after this initial input. " When Ansible is run, I have to have a method to confirm the EULA on the commandline. Share this post Link to post
Lars Fosdal 1797 Posted January 12, 2024 Unfortunately, it seems that the EULA was left there by intent. https://quality.embarcadero.com/browse/RSP-39577 IMO, it is odd that they couldn't add a command line argument like "-AcceptEULA to get rid of the required interaction. Share this post Link to post