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.