> For the complete documentation index, see [llms.txt](https://docs.influxtechnology.com/support_guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-1/rexgen-1-product-manual/getting-started/software-installation.md).

# Software Installation

{% hint style="warning" %}
**Notes:**

* Before proceeding with the installation, please ensure you have acquired administrative privileges.
  {% endhint %}

Make sure you have installed the Microsoft Visual C++ Redistributable.

You can download it from the following link:

[<mark style="color:blue;">https://www.microsoft.com/en-us/download/details.aspx?id=48145</mark>](https://www.microsoft.com/en-us/download/details.aspx?id=48145)

To begin the installation of the ReXdesk Software, open the installer by running the set-up file.

<figure><img src="/files/4giMIvVXGoHU7bysRMrl" alt=""><figcaption></figcaption></figure>

* To continue installing ReXdesk on your system, click 'Next'.
* To cancel the installation at this stage, click 'Cancel' (No software will have been installed on the system now).

<figure><img src="/files/BfzYuC3SJLhe5lhYKNd6" alt=""><figcaption></figcaption></figure>

* Select the folder where you wish to install the Software; it is preferred to use the default location.
* Select the preference for computer user installation to determine which computer users can access the ReXdesk Software.
* Click 'Next' to continue with the installation.

<figure><img src="/files/vko5giXXlfpPkbPoRKU0" alt=""><figcaption></figcaption></figure>

* To continue with the installation of ReXdesk on your system, click 'Next'

<figure><img src="/files/dohuG2mGRZjfgcSQYoj1" alt=""><figcaption></figcaption></figure>

* Once the installation is complete, this window will appear.
* Click 'Close' to close the window. ReXdesk is now successfully installed on your system.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-1/rexgen-1-product-manual/getting-started/software-installation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
