Installing on Windows
The default installation directory is C:\iar\.
1. Install your IAR product
There are two ways to install your IAR product, interactive installation and autonomous installation.
To install the product interactively, run
<product>-<version>.exeand follow the installation instructions. Select the support files for the device family your product uses when prompted during the installation process.To install your product autonomously, invoke the installer with Administrator privileges using the options
/hide_usdand/autoinstall:<product>.exe /hide_usd /autoinstall
You can optionally specify an installation directory, using the full path prefixed with a forward slash (/). For example:
<product>.exe /hide_usd /autoinstall/D:\My Folder\IAR_Systems
2. Connect your license
To connect a capacity token:
Copy the token string of the token you want to use.
Set up the access token environment variable with the token string:
set IAR_LMS_BEARER_TOKEN=
token_string
To connect a Named User:
Using IAR Embedded Workbench:
Open IAR Embedded Workbench and select Log in.
Log in to your IAR account.
Using iarlogin:
Execute this command line:
iarlogin login
Log in to your IAR account.