Tool/software: Code Composer Studio
Hi,
I have some issue with the silent install of ccs9.2, it seems that some command line options have been changed or removed.
What I used to do with ccs9.1:
In windows to get the list with the elements I want to install.: "ccs_setup_.exe --save-response-file C:\response_custom.txt --skip-install true"
Then the installation in linux (in docker) : "/ccs_install/ccs_setup_linux64_9.1.0.00010.bin --mode unattended --prefix /opt/ti --response-file /ccs_install/response_custom.txt"
That worked fine with ccs9.1
With ccs9.2 both the save-response-file and skip-install seem to have disappear and have no effect in windows. And in linux I get "Ignoring option response-file"
Is there a new way to do a silent install in linux?
Thanks in advance for your help,
Cédric