Hi @Daniel_W
Installing S32 Design Studio via the command line or in silent mode is not supported. To install the product, follow the steps below for your target platform:
Windows:
1. Navigate to the location where you saved the S32 Design Studio installation package.
2. Double-click the installation package to begin the installation process.
Note: Your account used for installation must be a member of the local Administrators security group. If User Account Control (UAC) is enabled, Windows will prompt you to elevate privileges. Grant the installer permission to make changes to your computer when prompted.
Linux:
1. Open a terminal and navigate to the directory containing the downloaded BIN file:
cd ~/S32DS
2. Add execute permissions to the binary:
chmod a+x ./<install_name>.bin
3. Run the installer:
sudo ./<install_name>.bin
Note:The user account used to install S32 Design Studio must be a member of the sudoers group. Root privileges are required to install the product.