Hello,
I've seen some very odd behavior with MCSDK 02.00.02.14 on Linux while trying to perform an automated install.
First, while in silent mode, I've had X11 Forwarding enabled, and saw 2 progress dialogs (similar to what is seen during the GUI installation).
Second, while in console mode, the responses file is not sufficient to avoid any prompts. The installer appears to hang, until enter is pressed. At which point, the SYS BIOS (and after, the IPC) license agreement and installation paths require user interaction.
Third, while in silent mode, the responses file generated during a GUI installation doesn't seem to honor the selected components. In addition, the installer hangs when the DISPLAY variable is not set. This hang can be averted by hitting enter and pressing space, as if to page through the license agreement in console mode.
I was stuck until I wrote this post. During which I found somewhat of a work around:
yes ' ' | bios_mcsdk_02_00_02_14_setuplinux.bin --mode silent --prefix <installation path>
I think this is a significant issue, and hope is resolved in future releases.
Dan