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

> Deploy Draftable Clean across your organization using the machine-wide MSI installer — for Citrix, RDS, and enterprise rollouts.

This article is for IT administrators deploying Draftable Clean using the machine-wide MSI installer. For individual per-user installation using the default `.exe` installer, see [Single-user Installation](/hc/en-us/Draftable-Clean-articles/Single-user-Installation).

If you also need to deploy the **Outlook add-in**, see [Installing Draftable Clean Outlook Add-in](/hc/en-us/Draftable-Clean-articles/Installing-Draftable-Clean-Outlook-Add-in).

## Machine-Wide MSI

| Property                  | Value                                                                                                 |
| ------------------------- | ----------------------------------------------------------------------------------------------------- |
| **Also Known As**         | Native MSI, Per-Machine MSI                                                                           |
| **Installer Type**        | MSI (Windows Installer)                                                                               |
| **Installer Scope**       | System (machine-wide)                                                                                 |
| **Requires Admin**        | Yes                                                                                                   |
| **Recommended scenarios** | Citrix and Remote Desktop Services (RDS) deployments, high-security environments, enterprise rollouts |
| **Download URL**          | [DraftableCleanSystem.msi](https://dl.draftable.com/clean/DraftableCleanSystem.msi)                   |

The MSI installer is recommended for enterprise deployment scenarios where a single, shared installation is required. The most common scenario is Microsoft RDS and Citrix deployments where a single shared installation is desired, typically for storage efficiency.

The MSI installer is a system-wide installer — 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 full control over update management
* Supports concurrent usage by multiple users on the same machine
* Compatible with enterprise deployment tools (SCCM, Intune, etc.)

### Notes

* Administrator rights are required for the initial installation and all updates
* All product updates must be manually downloaded and installed

<Note>
  As of **v26.6.0**, Draftable Clean has migrated to .NET 10 and the MSI installer **no longer requires the .NET 10 Desktop Runtime as a separate prerequisite**. This can simplify allowlisting for IT teams that previously managed that dependency separately.
</Note>

### Installation

<Steps>
  <Step>
    Download the MSI installer: [DraftableCleanSystem.msi](https://dl.draftable.com/clean/DraftableCleanSystem.msi)
  </Step>

  <Step>
    Run the installer **with administrator rights**.
  </Step>

  <Step>
    On the installation menu, select the **Advanced** option and click **Next** to access the feature selection menu.
  </Step>

  <Step>
    On the **Advanced** screen, you will see an expandable feature tree. As of **v26.7.0** the **HTTP service** is included by default — expand the **Draftable Clean** node and confirm it is set to install. This allows the application to run in the background and open without requiring users to open the application first.
  </Step>

  <Step>
    Continue through the remaining prompts.
  </Step>

  <Step>
    Draftable Clean is installed and ready to use for all users on the machine.
  </Step>
</Steps>

### Custom MSI deployment via scripted automated installs

The following steps are suitable for administrators deploying Draftable Clean via a command line interface, Intune, or similar. Below is a basic example of how to install Draftable Clean via the command line. This example shows installation including the HTTP Listener Service.

```powershell theme={null}
Start-Process msiexec -ArgumentList '/i "DraftableCleanSystem.msi" ADDLOCAL=StartMenuShortcut,DesktopShortcut,HttpListener INSTALLDIR="C:\Program Files (x86)\Draftable"' -Wait
```

<Note>
  The **HTTP service** is installed by default as of **v26.7.0**. Specifying `ADDLOCAL` replaces the default feature selection, so continue to list `HttpListener` explicitly whenever you use it.
</Note>

If you need further assistance deploying the Draftable Clean machine-wide MSI via the command line, please contact [support@draftable.com](mailto:support@draftable.com).

<Tip>
  For automated deployment, the MSI installer can be deployed silently using standard enterprise deployment tools such as Microsoft SCCM, Microsoft Intune, or Group Policy Software Installation.
</Tip>

### URL protocol registration

Draftable Clean registers the `draftableclean://` URL protocol when it is installed. This allows other applications, and the [Windows 11 right-click menu](/hc/en-us/Draftable-Clean-articles/Enable-the-Windows-11-right-click-menu-for-Draftable-Clean), to hand a file to Draftable Clean for cleaning.

If your organization restricts custom URL protocol handlers, allow `draftableclean://` so that these entry points continue to work.

## Configuring Draftable Clean settings

Draftable Clean offers a range of settings for license deployment, application configuration, and update management — configurable via Group Policy, Windows Registry, or Microsoft Intune. See [Configuring preferences for your organization](/hc/en-us/Draftable-Clean-articles/Configuring-preferences-for-your-organisation-Draftable-Clean), or go directly to [Group Policy](/hc/en-us/Draftable-Clean-articles/Configuring-preferences-with-Group-Policy-Draftable-Clean) or [Microsoft Intune](/hc/en-us/Draftable-Clean-articles/Configuring-preferences-with-Microsoft-Intune-Draftable-Clean) configuration guides.

## Next steps

<CardGroup>
  <Card title="Installing the Outlook Add-in" icon="envelope" horizontal href="/hc/en-us/Draftable-Clean-articles/Installing-Draftable-Clean-Outlook-Add-in">
    Deploy the Draftable Clean Outlook Add-in for automatic metadata cleaning of email attachments.
  </Card>

  <Card title="System Requirements" icon="desktop" horizontal href="/hc/en-us/Draftable-Clean-articles/System-Requirements">
    Check the minimum and recommended specifications for running Draftable Clean.
  </Card>

  <Card title="Network Requirements" icon="network-wired" horizontal href="/hc/en-us/Draftable-Clean-articles/Network-Requirements">
    Review the network endpoints required for licensing, updates, and integrations.
  </Card>

  <Card title="Group Policy configuration" icon="gear" horizontal href="/hc/en-us/Draftable-Clean-articles/Configuring-preferences-with-Group-Policy-Draftable-Clean">
    Centrally manage Draftable Clean settings using ADMX administrative templates.
  </Card>

  <Card title="Microsoft Intune configuration" icon="cloud" horizontal href="/hc/en-us/Draftable-Clean-articles/Configuring-preferences-with-Microsoft-Intune-Draftable-Clean">
    Centrally manage Draftable Clean settings on cloud-managed devices.
  </Card>
</CardGroup>
