Jump to content

Recommended Posts

Posted

Hi All

Has anyone managed to remove teams classic without having to go round and uninstall manually if so how. If not, is there a way to stop it from running when logging in, we've deleted the com.squirrel.Teams registry but still manages to run at logon

Thanks

Posted

How did you deploy it originally and are you putting the new Teams client out or just want it fully removed?

 

We pushed new Teams out recently, and had to script remove the "old" bulk installer as it doesn't automatically uninstall, but the new teams client removes the old teams install automatically after a few days

 

Steve

Posted
the teams classic was deployed with Office LTSC so installs the machine wide installer and the teams app - the new teams we just deploy the msix
Posted

This will remove the teams machine wide installer -

MsiExec.exe -x {731F6BAA-A986-45A4-8936-7C3AAAAA760B} /quiet

 

I have this built into my install script for the new teams, works well

  • Thanks 1
  • 1 month later...
Posted
This will remove the teams machine wide installer -

 

I have this built into my install script for the new teams, works well

 

We've had better results with

 

MsiExec.exe /passive /X{731F6BAA-A986-45A4-8936-7C3AAAAA760B} /qn

 

For us, without the /passive, the installer doesn't actually remove (it remains in add/remove programs and the key is still present at HKLM/Software/WOW64Node/Microsoft/Windows/CurrentVersion/Uninstall)

 

The /qn makes it run silently and with no UI

 

HTH

  • Thanks 1
Posted
This will remove the teams machine wide installer -

 

I have this built into my install script for the new teams, works well

 

Would you mind sharing the install script please for new teams?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...