cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Perform Silent Installation of TrueSTUDIO v9.3.0

Martin42
Associate III

Hello,

I'm trying to silently install Atollic TrueSTUDIO for STM32 v9.3.0 for use in a CI/CD pipeline.

I'm launching the installer from a .bat file using the following command:

Atollic_TrueSTUDIO_for_STM32_windows_x86_v9.3.0_20190212-0734.exe /S /D=C:\Tools\TrueSTUDIO


Were:
/S = Silent installation (commonly used with NSIS-based installers)
/D= = Destination path for installation

The installation does not run in silent mode – the graphical installer still appears. There are no error messages, but also no indication that a background installation is taking place.

Does the TrueSTUDIO installer support silent installation at all?
Setup Details:
TrueSTUDIO Version: 9.3.0 (Build 20190212-0734)
Platform: Windows 11
Installer Filename: Atollic_TrueSTUDIO_for_STM32_windows_x86_v9.3.0_20190212-0734.exe

Any insights or suggestions would be greatly appreciated – thanks in advance!

Martin

 

 

2 REPLIES 2
Peter BENSCH
ST Employee

Silent install is an option with NSIS, not a standard. However, I would like to point out that Atollic Truestudio has Not been Recommended for New Developments (NRND) for a very long time. Due to the outdated database of supported MCUs alone, the constantly updated STM32CubeIDE should be used instead.

Regards
/Peter

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.

Hi Peter,

Thanks for your response – and yes, I'm aware that Atollic TrueSTUDIO is not recommended for new designs and no longer recommended for new developments. In this particular case, however, we're maintaining a legacy toolchain for an existing setup, and for that reason, TrueSTUDIO is still required.

That's why I'm specifically interested in whether a silent installation is possible with the provided Windows .exe installer – even though it's an older setup.

 

Best regards,
Martin