Forum Discussion

BvdL79's avatar
BvdL79
Brass Contributor
Dec 20, 2023
Solved

Explaination of Teams version and Client version

Anyone knows what these versions are? And how I can force to update them?

A customer of mine is experiencing issues, Teams versions are equal, but client version is not. But I can't find anything about this on the internet.

 

Anyone here can point me in the right direction?

 

 

  • BvdL79 

    Hi

    There are now two components involve with deploying/updating the new Teams client:-

    A bootstrap tool teamsbootstrapper.exe from https://go.microsoft.com/fwlink/?linkid=2243204&clcid=0x409

    The actual Microsoft Store app package X from https://www.microsoft.com/en-us/microsoft-teams/download-app#download-for-desktop

    Then combine the two like this:-

    teamsbootstrapper.exe -p -o "MSTeams-x64.msix"

    I hope this helps you

    George S

     

    Consult https://github.com/suazione/CodeDump/blob/main/Install-MSTeams.ps1 for more details

1 Reply

  • gstamatopoulos's avatar
    gstamatopoulos
    Copper Contributor

    BvdL79 

    Hi

    There are now two components involve with deploying/updating the new Teams client:-

    A bootstrap tool teamsbootstrapper.exe from https://go.microsoft.com/fwlink/?linkid=2243204&clcid=0x409

    The actual Microsoft Store app package X from https://www.microsoft.com/en-us/microsoft-teams/download-app#download-for-desktop

    Then combine the two like this:-

    teamsbootstrapper.exe -p -o "MSTeams-x64.msix"

    I hope this helps you

    George S

     

    Consult https://github.com/suazione/CodeDump/blob/main/Install-MSTeams.ps1 for more details

Resources