This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS: v7.2.0 silent installation response/option file on Linux



Tool/software: Code Composer Studio

I have learned of the "response file" to aid in silent installation from some other posts in the forum.

I would like to create my response file but the "help" options on the installation binary are not helpful.

./ccs_setup_linux64_7.2.0.00013.bin --help

 lists

--optionfile <optionfile>

to specify the option file for use, but there is no command option listed for generating the option file.

After seeing some posts, I tried to use

./ccs_setup_linux64_7.2.0.00013.bin --save-response-file /home/user/ccs_options.txt --skip-install true

but no file is generated.