Forum Discussion
Teams Outlook add-in missing with update
- May 12, 2021Hello, see this first. All you need to know about the Teams meeting Outlook add-in.
https://docs.microsoft.com/en-us/microsoftteams/teams-add-in-for-outlook
We ran into this issue and the addin was completely unregistered. It appeared to happen during a failed update to the addin.
We were able to resolve it by manually registering the addin using the following script which has to be run in command prompt since powershell will not work.
C:\WINDOWS\system32\regsvr32.exe /n /i:user "%LOCALAPPDATA%\Microsoft\TeamsMeetingAddin\1.0.20031.2\x64\Microsoft.Teams.AddinLoader.dll"
In our environment we have both 32bit and 64bit office installs and only the 64bit installs would reregister the addin DLL but the 32bit ones failed.
Already had a case open but the answers provided were not helpful or resolve the issue.
- Aussie_skipMay 12, 2021Copper ContributorSame issue here. Unable to load using 32bit office apps. Going to try and roll back office updates on one of them
- David4455Jun 02, 2021Copper Contributor
- May 12, 2021Hello, see this first. All you need to know about the Teams meeting Outlook add-in.
https://docs.microsoft.com/en-us/microsoftteams/teams-add-in-for-outlook- MReedSep 02, 2022Copper Contributor
ChristianJBergstrom
That only works if the registry entry AND the DLL are present. Microsoft won't direct you to the DLL.The registry entry is easy to build but without the DLL you are hosed. The only thing i can think of is to boot up a computer that has been offline for a month, not connect it to internet and grab the DLL and xfer to a flash drive. Unless you have another work around for me?