We would like to have the ability to search/list Office Web Add-Ins. With VSTO/COM Add-Ins, you can search the registry. With Office Web Add-Ins, there is no simple way of doing this, at least n...
ezDeveloper
Oct 20, 2023Copper Contributor
I was hoping for a C# solution, but I'll try this now since it's what's available.
I was thinking of doing this by creating a host from within C#. (see article https://learn.microsoft.com/en-us/powershell/scripting/developer/hosting/windows-powershell-host-quickstart?view=powershell-7.3)
It will take me a few days to experiment with this, but I'll get back to you ASAP.
Thanks!