Why you would do this
Running both generations at once is supported, but it leaves Word and Outlook showing two separate Draftable entry points with different capabilities behind each and nothing to tell them apart. Consolidating removes that ambiguity, and moves your estate onto the add-ins that update centrally and receive new capability.Before you start
Confirm you can deploy to your tenant
Confirm endpoints can reach dl.draftable.com
dl.draftable.com. If your web filter or proxy blocks it, deployment will fail validation and the add-ins will not load. Check this before you disable anything.Check your desktop version
Decide which add-ins replace what
Step 1: Deploy the JavaScript add-ins
Deploy the add-ins you selected above through the Microsoft 365 admin center. Each has its own installation article with the manifest URL and the exact admin center steps:- Installing Draftable in Office
- Configuring Draftable for Office
- Installing Draftable in Outlook
- Installing Draftable for Outlook
- Configuring Redline in Email
Step 2: Stop the COM add-ins reinstalling themselves
This is the step most migrations get wrong. The Draftable Legal desktop application checks three settings each time it launches and reinstalls any enabled COM add-in it finds missing. Until you set these to0, anything you remove in Step 3 comes straight back on next launch.
All three live in the Draftable Feature namespace:
Word: use the Group Policy setting
Word: use the Group Policy setting
Outlook: set the registry value directly, not the policy
Outlook: set the registry value directly, not the policy
Setting suffix. It is easy to miss and it is the difference between the change taking effect and doing nothing.Excel: registry only, no policy exists
Excel: registry only, no policy exists
HKLM:\Software\Policies\Draftable\Feature also works and applies to every user on the machine. Use it where you are configuring shared or non-persistent machines.Step 3: Remove the COM add-ins already installed
Setting those values to0 stops Draftable installing or upgrading the COM add-ins. It does not remove an add-in that is already registered on a machine — those users keep their existing Draftable ribbon tab until it is removed.
You have three ways to clear them:
Per user, in the host application
Per user, in the host application
At scale, by removing the registration key
At scale, by removing the registration key
Addins key. Deleting the key unregisters the add-in from that host application:- On a 64-bit version of Windows running 32-bit Office, the keys sit under
Software\Wow6432Node\Microsoft\Office\...instead. - Where Draftable was installed machine-wide with the MSI, the registration may be under
HKLMrather thanHKCU. Check both.
Feature values are still set to 1, the next launch of Draftable Legal will simply recreate these keys.As part of a desktop uninstall or rebuild
As part of a desktop uninstall or rebuild
Step 4: Verify
Check a sample of user machines
Relaunch Draftable Legal and check again
Feature values did not apply — the Outlook Setting suffix is the usual culprit.Confirm the desktop app agrees
If you need to roll back
Set the threeFeature values back to 1, or remove them so the defaults apply, then relaunch Draftable Legal. It reinstalls the COM add-ins for the current user at launch. Users already have the JavaScript add-ins at that point, so remove those from Integrated apps in the Microsoft 365 admin center if you want to return to a single entry point.

