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/CCSTUDIO: Command Line Install for CCSv8 on linux

Part Number: CCSTUDIO


Tool/software: Code Composer Studio

Hello Community,

I wish to deploy CCSv8 linux 64bit edition on a docker like mechanism for my continious integration needs. Is there a way to bypass the java based ui and directly invoke the installer with configuration file for a local install?

  • Hi Sohal,
    You should be able to install CCS in unattended mode. Please run it from a command line with the following parameters:
    <installer_name> --prefix <installation_directory> --mode unattended
    Note, there are 2 dashes before prefix and mode.
    Danish