# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.mksdtech.com/license/deployment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
