How do I get a stable New Teams install on a 2019 Server running a Citrix VDA?

Steve Hurd 0 Reputation points
2023-11-08T20:44:28.06+00:00

Hello, everyone!

I've gone through all of these requirements on a fresh install of Server 2019:

User's image

I have the correct .msix x64 Teams file. I am getting the following errors using the bootstrap installer:

User's image

Using another forum post, I tried this command:

powershell.exe -ExecutionPolicy bypass -command "&{ Add-AppxProvisionedPackage -Online -PackagePath .\MSTeams-x64.msix -SkipLicense }"

...which resulted in this:

Add-AppxProvisionedPackage : error C00CE014: App manifest validation error: The app manifest must be valid as per
schema: Line 20, Column 6, Note: The schema for MaxVersionTested specified does not recognize XML fields with
namespace "http://schemas.microsoft.com/appx/manifest/desktop/windows10/6". Please ensure that you have the correct
MaxVersionTested specified. Reason: Element
'{http://schemas.microsoft.com/appx/manifest/desktop/windows10/6}RegistryWriteVirtualization' is unexpected according
to content model of parent element '{http://schemas.microsoft.com/appx/manifest/foundation/windows10}Properties'.
At line:1 char:4
+ &{ Add-AppxProvisionedPackage -Online -PackagePath .\MSTeams-x64.msix ...
+    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Add-AppxProvisionedPackage], COMException
    + FullyQualifiedErrorId : Microsoft.Dism.Commands.AddAppxProvisionedPackageCommand

Any Suggestions? Thanks in advance!

Steve Hurd, New Albany, IN

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,686 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,910 questions
{count} votes

6 answers

Sort by: Most helpful
  1. DHotmer 0 Reputation points
    2024-06-12T13:12:58.6666667+00:00

    I was able to get it working with 2019. I'm using Citrix App layering 24.3.2.1021

    Be sure to have the latest release of Fslogix, 2.9.8884.27471, it using it as a profile manager

    I went to VDA2403 so I didn't have to create the registry key ProcessWhitelist as its now included in the VDA

    You also need to enable Side load by enabling "Allow all trusted apps to install". I enabled this in my platform layer but also added it to Group Policy.

    if you want to enable presence in outlook there are some additional steps but these are the basic steps i used first.

    I can agree that the release of a working fslogix did not give users a whole lot of time to move a working product to production.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.