Forum Discussion

ThanhNha0903's avatar
ThanhNha0903
Copper Contributor
Nov 22, 2023

Teams bootstrapper 0x80004004

According to MS documentation: I would like install New Microsoft Teams offline 
https://learn.microsoft.com/en-us/microsoftteams/new-teams-bulk-install-client

Downloaded teamsbootstrapper.exe file and Downloaded MSIX.

But when I run script with PowerShell:
D:\>.\teamsbootstrapper.exe -p -o "D:\MSTeams-x64.msix"
Every time it ends with "error Code": "0x80004004"

 

 

So can you other solution to fix for this issue ? 😞 

Thanks,

Nguyen Thanh Nha

  • Hi fbatuns,

    So I have resolved and deployed New Teams successfully.

    I have run script .ps1 with function:

    Remove-ItemProperty -Path "HKLM:Software\Wow6432Node\Microsoft\Office\Teams" -Name "maglevInstallationSource"

     

    Tks all Everyone

     

  • fbatuns's avatar
    fbatuns
    Brass Contributor
    We've had the same Issue. We've solved it by first deprovision the installation with this command:

    teamsbootstrapper.exe -x

    Followed by

    teamsbootstrapper.exe -p -o [Path To MSIX]
    • ThanhNha0903's avatar
      ThanhNha0903
      Copper Contributor

      Hi fbatuns,

      So I have resolved and deployed New Teams successfully.

      I have run script .ps1 with function:

      Remove-ItemProperty -Path "HKLM:Software\Wow6432Node\Microsoft\Office\Teams" -Name "maglevInstallationSource"

       

      Tks all Everyone

       

      • Mike808's avatar
        Mike808
        Iron Contributor
        Thanks! In my case I had to remove both keys:

        Remove-ItemProperty -Path "HKLM:Software\Wow6432Node\Microsoft\Office\Teams" -Name "maglevExitCode"
        Remove-ItemProperty -Path "HKLM:Software\Wow6432Node\Microsoft\Office\Teams" -Name "maglevInstallationSource"

Share

Resources