[RESOLVED] Question about the tis-teams package

Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is provided on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version (1.8.2 / 2.0 / 2.1 / 2.2 / etc.) AS WELL AS the Enterprise / Discovery edition.
* Specify the server OS (Linux / Windows) and version (Debian Stretch/Buster - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine (Windows 7 / 10)
. * As with any community forum, support is provided voluntarily by members. If you require sales support, you can contact the Tranquil IT sales department at 02.40.97.57.55
Locked
flipflip
Messages: 56
Registration: May 31, 2022 - 09:05

February 9, 2024 - 11:26

Hello everyone,

To deploy Teams across my network, I'm using the microsoft-teams package, and I've just realized that it requires at least Windows 6.1 or later. This eliminates the few Windows 7 machines that haven't yet been migrated to Windows 10 (I know, not ideal, but sometimes publishers have constraints when looking for solutions).

While searching the official TIS repository, I found another package, microsoft-teams-appdata, with the latest version 1.7.01864-67, which is marked as installable on Windows 6.1 or later.

Before I start any risky testing, do you have any idea what the difference is between these three packages:
- microsoft-teams
- microsoft-teams-appdata
- microsoft-teams-uwp?

Thanks in advance.
User avatar
dcardon
WAPT Expert
Messages: 1929
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

February 9, 2024 - 12:21

Hi Philippe,

Microsoft Teams will install by default in the user's %APPDATA% directory, which is a security nightmare (for those using AppLocker or SRP). There is a way to force Teams to install in %PROGRAMFILES% using VDI (virtual desktop) installation mode. And there's the option of installing it through the Windows Store package, where it installs somewhere...

So, in summary:

- microsoft-teams -> forced installation in %PROGRAMFILES%
- microsoft-teams-appdata -> installs in the user's %APPDATA% (not practical for shared workstations, such as in educational environments).
- microsoft-teams-uwp -> installs in the APPX folder of the user's profile.

Regards,

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
flipflip
Messages: 56
Registration: May 31, 2022 - 09:05

February 9, 2024 - 12:24

Thanks for the info.

Okay, so I was right to prioritize the microsoft-teams package. Now I just need to find a way to install it on Windows 7 machines that haven't been migrated yet.

As a side question, will the new Teams (meaning v2) be released only with the APPX feature?
User avatar
sfonteneau
WAPT Expert
Messages: 2318
Registered: July 10, 2014 - 11:52 PM
Contact :

February 21, 2024 - 2:39 PM

I just checked,

New Teams now corresponds to: teams-uwp: (installed via appx)

see:

https://learn.microsoft.com/en-us/micro ... -installer
Locked