Description: The Teams installer installs the Teams MSIX package on a target computer, making sure that Teams can interoperate correctly with Office and other Microsoft software.
**TeamsBootstrapper** is a lightweight online installer with a headless command-line interface. It allows admins to provision (install) the app for all users on a given target computer.
When TeamsBootstrapper is run on a computer:
- The installer downloads the latest Teams MSIX package from Microsoft
- The installer installs the Teams application for all users on the computer, and any users who may be added afterwards.
Users who have installed a different Teams version will have their version replaced with the provisioned version.
### Package Parameters
- `/VDI` - The package will install the Teams Meeting Add-in for all users
### Package Specific
Note that TeamsBootstrapper.exe will cause the the latest Teams MSIX package to be installed from Microsoft. Once Teams is installed it is self-updating. As such there's likely no need to install updates of this Chocolatey package.
The package version is based on the 'product version' property of TeamsBootstrapper.exe
Description: Microsoft Teams is a messaging app for teams where all conversations, meetings, files, and notes can be accessed by everyone, all in one place. It's a place for collaboration and work to happen in the open.
Here's why you should use it:
- It's great.
- It makes communicating one-on-one and with groups a snap.
- Collaboration happens in real time.
- Everything your team cares about (all your files, docs, contact info, and more) is in once place.
### Package Specific
#### Package updates
New versions of this package are published automatically via the `update.ps1` script (viewable in the package source on GitHub).
Total downloads: 0
Tags: microsoft-teams teams office 365 chat collaboration slack admin
Description: Microsoft Teams is a messaging app for teams where all conversations, meetings, files, and notes can be accessed by everyone, all in one place. It's a place for collaboration and work to happen in the open.
Here's why you should use it:
- It's great.
- It makes communicating one-on-one and with groups a snap.
- Collaboration happens in real time.
- Everything your team cares about (all your files, docs, contact info, and more) is in once place.
This package installs Microsoft Teams for all users using the MSI installer.
The Teams MSI will place an installer in Program Files. Whenever a user signs into a new Windows User Profile, the installer will be launched and a copy of the Teams app will be installed in that user's AppData folder. If a user already has the Teams app installed in the AppData folder, the MSI installer will skip the process for that user.
See https://docs.microsoft.com/en-us/MicrosoftTeams/msi-deployment for more information about how the MSI installer works (and is different to a regular Teams install).
### Package Specific
#### Package Parameters
The following package parameters can be set:
* `/AllUser` - When you set this parameter, Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps & Machine-wide installer for VDI/WVD sessionhost.
* `/AllUsers` - When you set this parameter, Teams Machine-Wide Installer appears in Programs and Features in Control Panel and in Apps & features in Windows Settings for all users of the computer. All users can then uninstall Teams if they have admin credentials on the computer.
* `/NoAutoStart` - When a user logs in to Windows, Teams is installed with the MSI and a shortcut to start Teams is added to the user's desktop. Teams won't start until the user manually starts Teams. After the user manually starts Teams, Teams automatically starts whenever the user logs in.
To pass parameters, use `--params "''"` (e.g. `choco install packageID [other options] --params="'/ITEM:value /ITEM2:value2 /FLAG_BOOLEAN'"`).
eg.
```
choco install microsoft-teams.install --params "'/AllUsers /NoAutoStart'"
```
To have choco remember parameters on upgrade, be sure to set `choco feature enable -n=useRememberedArgumentsForUpgrades`.
#### Package updates
New versions of this package are published automatically via the `update.ps1` script (viewable in the package source on GitHub).
Total downloads: 0
Tags: microsoft-teams teams office 365 chat collaboration slack admin