This message was deleted.
# citrix-vad
s
This message was deleted.
c
Presense status doesnt work in outlook if you exclude SFB i had the same issue and had to include SFB in my configuration.xml
f
Thanks @c4rm0
n
FYI, there may be a private hotfix for this. I've been following this thread since last May: https://discussions.citrix.com/topic/413111-teams-presence-addin-not-working-in-oulook/page/2/#comment-2097670
👀 1
f
I saw this one, I hope they will share the fix (or case number) 🙂
j
we need to track this guy down 😁
n
I love those posts. "Hey everyone, MS gave me a fix and it works... seeya!"
😡 2
n
👍 2
j
Awesome, I'm adding it to my 365 Apps install script
f
What I find weird are the tlb files these match those located in "C:\Program Files (x86)\Microsoft\Teams\current\resources\assets\tlb"
👀 1
j
yep these files looks identical to me. I have registered uc.tlb and uc.win32.tlb with REGTLIB.EXE and it changed nothing. What am I doing wrong?
3 hours later...I got it working. Here's the best install script for Teams VDI 😁 https://github.com/JonathanPitre/Apps/blob/master/Microsoft/Teams/Install.ps1 You're welcome.
f
Thanks @Jonathan Pitre, is the reboot necessary?
j
nope, just restart Outlook. Teams must also be launched for the presence to be reported.
f
It doesn't work, maybe I'm doing something wrong...
Copy-Item "${env:ProgramFiles(x86)}\Microsoft\TeamsPresenceAddin\Uc.tlb" "${env:ProgramFiles(x86)}\Microsoft Office\root\Office16" -Verbose
Copy-Item "${env:ProgramFiles(x86)}\Microsoft\TeamsPresenceAddin\Uc.win32.tlb" "${env:ProgramFiles(x86)}\Microsoft Office\root\Office16" -Verbose
Start-Process -FilePath 'D:\officedeploymenttool_16026-20170\regtlib\REGTLIB.EXE' -ArgumentList "${env:ProgramFiles(x86)}\Microsoft Office\root\Office16\Uc.tlb" -Wait
Start-Process -FilePath 'D:\officedeploymenttool_16026-20170\regtlib\REGTLIB.EXE' -ArgumentList "${env:ProgramFiles(x86)}\Microsoft Office\root\Office16\Uc.win32.tlb" -Wait
j
I couldn't make it work using variables with the regtlib.exe command, try with the real path.
f
@Jonathan Pitre Good catch!
j
yeah that took me hours of testing to figure it out.
😅 1