Tool/software: Code Composer Studio
Searching the forums, I was able to find some hints for CCS 5, 6, and 7, but nothing seems to be working for 9.
I'm using SCCM to push Code Composer out to our computer labs, and no mix of option switches seem to be working. Apparently, the way the installer unzips into a randomly named temp directory, I can't push out a blanket firewall rule to cover tclsh.exe. Our policies prevent me from fully disabling the firewall as I found in another installer script. The only thing I can think of is to have it perform a non-silent install that an admin can log on and click Allow for the firewall rule while the installation is running. However, I'd still like to provide an options file so that the selected install options are consistent.
--mode unattended --unattendedmodeui minimal --optionfile options.txt
is the closest I've gotten to 'working' - I at least get a response telling me it's unzipping, but then the installer goes nowhere. I recorded the option file using --save-response-file. --mode win32 displays the splash image and then quits.
Can anyone kindly provide some guidance for getting this to work?