Install in Word
First, save the add-in manifest.
Download manifest.xml
Word for Windows loads add-ins from a shared network folder, so the
manifest has to live in a folder that's shared on your PC — a plain
C:\ file path won't be accepted.
-
Create a folder on your C: drive, e.g.
C:\LawManage, and move the downloadedmanifest.xmlinto it. - Right-click the folder → Properties → Sharing tab → Share…, add Everyone, then Share to confirm.
-
Still on the Sharing tab, copy the
Network Path — it looks like
\\YOUR-PC\LawManage. This is the URL the Trust Center needs (not theC:\path). - In Word, go to File → Options → Trust Center → Trust Center Settings → Trusted Add-in Catalogs.
- Paste the network path into Catalog Url, click Add catalog, tick Show in Menu, and click OK.
- Close and reopen Word completely.
- Open a document, then Insert → Add-ins → My Add-ins → Shared Folder, and choose LawManage.
- Download
manifest.xmlusing the button above. -
Open Terminal and run:
mkdir -p ~/Library/Containers/com.microsoft.Word/Data/Documents/wef mv ~/Downloads/manifest.xml ~/Library/Containers/com.microsoft.Word/Data/Documents/wef/lawmanage.xml
- Quit Word completely, then reopen it.
- Open a document, then Insert → Add-ins → My Add-ins → Developer Add-ins, and choose LawManage.