> ## Documentation Index
> Fetch the complete documentation index at: https://help.draftable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise deployment options

> This article is for IT administrators looking to deploy Draftable Legal across their organization, and all relevant information for each of the installers that are offered and their relevant use cases.

**Video Resource:** For a comprehensive understanding of Draftable deployment options, we offer our specially crafted explainer video, accessible [via this link.](/hc/en-us/articles/27925753073689-Draftable-Legal-Installer-Types-Breakdown)

<Warning>
  As of Draftable Legal version 25.3.00 (released March 31st 2025), we have dropped support of the **Per User MSI** Installer. We will be removing references to this installer over the coming weeks from our knowledgebase and if you have any questions or concerns, please get in contact with out support team at [support@draftable.com](mailto:support@draftable.com)
</Warning>

## Configuring Draftable Legal settings via Group Policy

Draftable Legal offers a range of Group Policy settings for license deployment, application configuration and update management. More information is documented [here](/hc/en-us/articles/18763487262105-Configuring-settings-with-Group-Policy-Draftable-Legal).

## Downloading specific versions of the installers

Users can download specific versions of the installer files if they wish to install a specific version. The format schema for these direct links to a specific version takes the following form:

```bash theme={null}
https://dl.draftable.com/desktop/DraftableDesktop<type>Setup-<version>.exe
```

Where **`<version>`** represents the version number you wish to download, and **`<type>`** indicates the type of installer you want to download.

For example, if you wanted to download the default installer version 26.3.200, the link would appear as below:

```bash theme={null}
https://dl.draftable.com/desktop/DraftableDesktopSetup-26.3.200.exe
```

Lastly, if you wanted to download a machine-wide installer, version 26.4.100, the link would appear as below

```bash theme={null}
https://dl.draftable.com/desktop/DraftableDesktopSystem-26.4.100.msi
```

## Draftable Legal Installer for enterprise deployments

For deployments in enterprise environments, the default installer for Draftable Legal may not be suitable. Draftable Legal offers two alternative installers: a per-user MSI installer and a machine-wide MSI installer.

Each installer has trade-offs, different recommended deployment scenarios, advantages, and installation steps.

### Default Installer

**Installer Type:** Regular executable (.exe)

**Installer Scope:** Per-user

**Requires Admin:** No

**Recommended scenarios:** Individual users, small-scale deployments

**Download URL:** [https://dl.draftable.com/desktop/DraftableDesktopSetup.exe](https://dl.draftable.com/desktop/DraftableDesktopSetup.exe)

This installer is recommended for most scenarios and is the default installer provided. It's the easiest to use and has minimal requirements - ideal for individual users.

#### Benefits

* No administrator privileges are required for installation
* Updates are automatically applied

#### Notes

* Each user on the system needs to run the installer (per-user deployment)
* Each user maintains their own copy of the product

#### Installation

<Steps>
  <Step>
    Run the installer
  </Step>

  <Step>
    Follow the prompts, which will include selecting the install location and entering the product key
  </Step>

  <Step>
    Draftable Desktop is installed and ready to use
  </Step>
</Steps>

#### Machine-Wide MSI

**Also Known As:** Native MSI, Per-Machine MSI

**Installer Type:** MSI (Windows Installer)

**Installer Scope:** System

**Requires Admin:** Yes

**Recommended scenarios:** Citrix & Remote Desktop Services deployments, high-security environments

**Download URL:** [https://dl.draftable.com/desktop/DraftableDesktopSystem.msi](https://dl.draftable.com/desktop/DraftableDesktopSystem.msi)

This installer is only recommended for specific deployment scenarios where the other installers are unsuitable. The most common scenario is Microsoft RDS and Citrix deployments where a single shared installation is desired, typically for storage efficiency.

<Warning>
  **Deploying to Citrix or Remote Desktop (RDP/RDS)?** Licensing in these environments needs to be configured for your setup before your users activate. Please read [Deployment advice for Citrix and RDP environments](/hc/en-us/articles/Deployment-advice-for-Citrix-and-RDP-environments) before you deploy.
</Warning>

This installer is a "true" system-wide installer, unlike the Per-User MSI. The software is installed to a\
system-wide location and can be launched by all users of the system, including concurrently as in RDS\
and Citrix deployments.

#### Benefits

* A single installation can be shared by all users on that machine
* Administrators have the control to manage updates
* Offers support for concurrent usage by multiple users on that machine

#### Notes

* Administrator rights are required for the initial installation and updates
* All product updates must be manually downloaded and installed
* System dependencies must be manually installed (e.g. .NET)

<Tip>
  **Looking for more MSI deployment guidance?** For further advice about deployment options via MSI switches for the System-Wide Installer, please refer to [Deployment options via MSI (System-wide) installer](/hc/en-us/articles/31609155610393-Deployment-options-via-MSI-System-wide-installer).
</Tip>

<Warning>
  **Include the HTTP Listener Service — this is required.** Every machine-wide MSI deployment must include the HTTP Listener Service (the `HttpListener` feature). It supports launching comparisons from iManage (including on Citrix and RDS), lets Draftable open when it is not already running, and is required for the Draftable Outlook add-in (Redline in Email). It is **not** installed by default, so set **Http service** (under **Integrations**) to install in the Advanced installer, or add `HttpListener` to your `ADDLOCAL` list. See [Deployment options via MSI (System-wide) installer](/hc/en-us/articles/31609155610393-Deployment-options-via-MSI-System-wide-installer) for details.
</Warning>

#### Installation

<Steps>
  <Step>
    Run the installer with administrator rights
  </Step>

  <Step>
    Follow the prompts, which will include entering the install location and entering the product key
  </Step>

  <Step>
    Draftable Legal is installed and ready to use
  </Step>
</Steps>
