> For the complete documentation index, see [llms.txt](https://wiki.mksdtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.mksdtech.com/license/deployment.md).

# Deployment

The BEAM installer executable can be launched in "very silent" mode, so no dialogs are shown to the user. Below is the command line to do so.

```
setup.exe /VERYSILENT
```

Automatic login can be achieved by placing a special encrypted license file ( beam.lic ) after install in a specific folder.\
You can retrieve this file from an existing installed and logged copy of BEAM in the same location.\
The location of beam.lic is:

```
C:\ProgramData\Beam
```

Once obtained the .lic file, is sufficient to copy it in this directory for the user to automatically login. This operation can be done after the install is complete by a script in your deployment software.

{% hint style="warning" %}
If login credentials are changed the .lic file will need to be regenerated and re-deployed.
{% endhint %}
