I am trying to install CodeWarrior for MCUs (v11.1) using silent install. I read on another forum that this can be done using /S switch, which does work. the command i use is shown below.
Setup.exe /S /D=C:\NXP\CW_for_MCUs
But just after i run this command i get the following prompt that i must press "OK" for to get the install to proceed. Once I press "OK" the install proceeds successfully.

I wanted to know if there is a way that this prompt can be suppressed so the install runs without any user interaction. I need this to be able to install CodeWarrior onto a docker where I will only have access to the command line (no GUI).