I want to sideload an office add-in to my ms-office word application, but do not want to enable the privacy options to allow office to connect to the online services from microsoft.
I have the restriction that the office application should only use my web-addin within our network. But my add-in only loads when I enable the option: "Allow office to connect to online services from microsoft..." (Word > Options > Trust Center > Privacy Options > "Allow office to connect to online services...")
At this time I tried two ways:
- load it from Registry with a Add-In Developer entry
- load it from network share as a trusted catalog (set via registry)
Is there a way to load my add-in anyway by setting registry keys? Maybe somebody has a possible way to load it anyway?