Hello Folks,
I'm currently trying to install CCS v3.3 from my console. I'm using Windows Server 2022 and powershell for that. The installation works fine till the point, where the expected Error messages should appear. Because I'm running the Server 2022 as a Docker Container I don't have a GUI. So i can't ignore these Errors. Therefore the installer seems to be stuck at that point without an option to continue.
When i try to access CCS via a script at that point it won't work and thorw an Error that CCException class is not registered.
My command to run the installer looks like this: Start-Process msiexec.exe -ArgumentList '/i', "C:\ccs_3.3\setup\setup.msi", '/l', "C:\TI.log", '/quiet', '/qn', '/norestart'
Sadly I'm not aware of any Argument to force msiexec to automaticly ignore those Errors. Is there any workaround to that or an Option to skip these steps on the Installation or just something to continue past this point?
I know, this Version isn't ofically supported anymore but we are forced to work with it cause we are using the Simulator for the TMS320C549. Really need this to work.
Many thanks in advance
Noel