Skip to main content
Visitor II
November 23, 2025
Solved

install programm in linux docker container quietly (no interaction)

  • November 23, 2025
  • 1 reply
  • 184 views

I'm trying to install 

./SetupSTM32CubeProgrammer-2.21.0.linux -q 

But it just keeps failing or waiting for user response.  Its not quiet if it asks for interaction.  Moreover I have a tried a varfile but it expects a specific format (XML? Schema?)

I can't find any documentation on how to install this without user interaction.  Can anyone help or point me to the documentation?

 

Thank you 

Best answer by Kouthair

Hello there!

To install STM32CubeProgrammer without user interaction, you could refer to the UM2237: 1.2.8 Automatic/Silent installation mode.

I'll also attach an XML auto-install file with the structure needed for the automatic installation, you can generate this script during the final installation phase using the interface to capture the configuration and preferences selected during the installation process.

Please let us know if you need further assistance.

Kouthair.

1 reply

KouthairBest answer
ST Employee
November 26, 2025

Hello there!

To install STM32CubeProgrammer without user interaction, you could refer to the UM2237: 1.2.8 Automatic/Silent installation mode.

I'll also attach an XML auto-install file with the structure needed for the automatic installation, you can generate this script during the final installation phase using the interface to capture the configuration and preferences selected during the installation process.

Please let us know if you need further assistance.

Kouthair.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.