- The COM add-ins (also called VSTO add-ins) — the original integration, installed onto each Windows machine by the Draftable Legal desktop application itself.
- The JavaScript add-ins — the modern integration, deployed centrally to your Microsoft 365 tenant and delivered to users by Microsoft.
Short answer: deploy the JavaScript add-ins. They are where all new capability is being built, and because they install per user onto each endpoint and depend on the Microsoft VSTO runtime, the COM add-ins are more sensitive to how a Windows estate is built and managed. If your organization meets the prerequisites, we strongly encourage the JavaScript add-ins over the COM add-ins for both new and existing deployments. The COM add-ins remain fully supported for organizations that cannot use Microsoft 365 Centralized Deployment.
The COM (VSTO) add-ins
These are Windows-only add-ins built on Microsoft’s Visual Studio Tools for Office (VSTO) runtime. There are three:
How they behave:
- They are installed by the desktop application, not by you. When Draftable Legal launches, it checks whether each add-in is enabled and installs it for the current user if it is missing. There is no separate installer to deploy.
- They are per user. The add-in is registered under the signed-in user’s profile on that machine, so a user who moves to a new machine gets the add-ins installed again on first launch there.
- They depend on the VSTO runtime being present on the machine. Where it is missing, installation fails and Draftable reports it.
- The comparison always runs in the desktop application. The ribbon button hands your document off to Draftable Legal and the New Comparison window opens.
- They are controlled through the registry and Group Policy under the Draftable
Featurenamespace. See Most common Draftable Legal registry configurations for the exact values.
The JavaScript add-ins
These are standard Microsoft 365 Office Add-ins, described by a manifest that you deploy once to your tenant through Integrated apps in the Microsoft 365 admin center. Microsoft then delivers the add-in to the users or groups you nominated. There are five, and they split into two families:- Draftable in Office / Outlook — a full side panel that runs the comparison workflow inside Word, Excel, PowerPoint or Outlook, including file selection from your DMS, profile selection, comparison type selection and next actions.
- Draftable for Office / Outlook — lighter commands that send the document, attachment, selection or text out to the Draftable Legal desktop application, where the comparison runs with full access to advanced features.
How they behave:
- You deploy them once, centrally. One manifest URL per add-in, entered in the Microsoft 365 admin center, targeted at everyone or at specific users and groups.
- You choose how binding the deployment is — Fixed (users cannot remove it), Available (users opt in) or Optional (installed but removable).
- Updates can arrive without touching the endpoint. Redline in Email and the Draftable Clean Outlook add-in are served from a latest manifest URL, so new versions within the same major version reach users without a desktop upgrade or a new package. Draftable in Office, Draftable for Office, Draftable in Outlook and Draftable for Outlook are deployed from pinned version URLs, so an administrator deploys a new manifest URL for each update. A new major version can also need a newer desktop application: Redline in Email 3.0 needs Draftable Legal 26.9.0.1 or later and a new manifest URL. See Configuring Redline in Email.
- They still require Draftable Legal on the machine. Each add-in has a minimum desktop version, listed in its installation article above. The for add-ins hand work to the desktop application by design; the in add-ins need it present as well.
- Endpoints must be able to reach
dl.draftable.com. If your web filter or proxy blocks it, manifest validation fails at deployment time and the add-ins will not load for users.
Side by side
Which should you use?
Deploy the JavaScript add-ins if you can. They cover more host applications, offer richer workflows including in-panel comparison and DMS version selection, deploy and update centrally, and are where the product is going. They also have far less to go wrong on the endpoint: there is no per-user installation step and no VSTO runtime dependency, which is what makes them markedly more reliable across the environments we most often work in. You can deploy them if you have all three of the following:- A Microsoft 365 tenant, with Global Administrator rights or equivalent permission to use Integrated apps in the Microsoft 365 admin center.
- Endpoints that can reach
dl.draftable.com. - A Draftable Legal desktop version at or above the minimum stated in each add-in’s installation article.
Related articles
- Working with our add-ins — what each add-in does, from a user’s point of view
- Moving from the COM add-ins to the JavaScript add-ins
- Draftable Legal Outlook add-in — using the Outlook COM add-in
- Most common Draftable Legal registry configurations

