Visible to Intel only — GUID: GUID-EEADA7BA-3CCD-40C5-B61B-E19C5FA1C002
Install with Command Line
To install oneTBB using the command line, run:
w_[Toolkit Name]Kit_[version]_offline.exe -s -a --silent --eula accept --components intel.oneapi.win.tbb.devel
Where:
--s - Run the installer in non-interactive (silent) mode.
-a - Pass arguments to the installer.
--eula - Accept or decline End User License Agreement (EULA), supported values: accept or decline (default).
--components – Let you custom installed components.
Example of a command:
w_BaseToolKit_2021.1.sh -s -a --eula accept --components intel.oneapi.win.tbb.devel
TIP:
Refer to Intel® oneAPI Toolkits Installation Guide for Windows* OS for a list of all supported options.