# Data Mover Smart Installer

The **Data Mover Smart Installer** application allows you to install, upgrade and restore Data Mover Smart.

This **installer application** comes with the Data Mover Smart software package in two versions, one for Linux and one for Windows:

* **dms-installer-linux-\<version>.tar.gz**
* **dms-installer-win-\<version>.zip**&#x20;

{% hint style="danger" %}

* Use **installer version 1.1.7** for installing **DMS versions 1.1.8 and later**.
* Use **installer version 1.1.6** for installing **DMS versions prior to 1.1.8.**
  {% endhint %}

## Installing the Data Mover Smart Installer

Extract the Data Mover Smart Installer package in the `<installer_folder>` you have created.

Apart from the files of the installer itself, you will find:

* a `repo` folder
* a `setup` script

### The repository folder

The `<installer_folder>` contains a `repo` folder, where the Data Mover Smart packages must be saved for the first installation and subsequent upgrades.

The `setup` script uses these packages to install or update Data Mover Smart.

### The setup script

The setup script includes several commands:

* `dms` command\
  Use this command to install **Data Mover Smart** from scratch or to upgrade an existing installation to the latest version.
* `dms gateway` command\
  Use this command to install **Data Mover Smart Gateway** from scratch or to upgrade an existing Data Mover Smart Gateway installation to the latest version.
* `tools` utility command\
  Use this utility command to **obfuscate a password**.\
  Run it every time an obfuscated password is required by Data Mover Smart.

For this release, you can ignore the `dms central` and `plugins` commands.


---

# 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://docs.primeur.com/data-mover-smart/installation-and-upgrade/data-mover-smart-installer.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.
