SOLVED

Is there any way to include services in MSIX package for Windows 10 1909(OS Build 18363.1556) ?

Copper Contributor

Hello Team,

 

We have started implementing the MSIX solutions in our environment. But we do have  Windows 10 1909(OS Build 18363.1556)  build installed in our environment.  Is there any workaround to include App services in the MSIX package to get this worked on the mentioned build? We know the as per MSIX documentation App services are supported from Windows 2004 build onwards.

https://docs.microsoft.com/en-us/windows/msix/supported-platforms

 

Applications:

Zoom 5.7.804 --->  CptService.exe “Zoom Sharing Service”

IBM BigFix --> BES Client services

Microsoft MDOP MBAM--> BitLocker Management Client Service

Let us know if you need more information on this.

2 Replies
best response confirmed by shreedhar_ghare (Copper Contributor)
Solution
Hi, thanks for posting the question. As the documented as stated we only support Windows 10 2004 or later.
Dian Hartono,

We have updated OS build but still getting the below error,

PS C:\test> add-apppackage -path "C:\test\Zoom5.7.804_1.0.3.0_x64__fwtmgmhf0bsea.msix"
add-apppackage : Deployment failed with HRESULT: 0x80073CF6, Package could not be registered.
error 0x80073D27: While processing the request, the system failed to register the windows.service extension due to the
following error: The package installation failed because a version of the service exists outside of APPX packaging.
Please contact your software vendor.
.
NOTE: For additional information, look for [ActivityId] 0e3eccb1-9466-0001-0112-3f0e6694d701 in the Event Log or use
the command line Get-AppPackageLog -ActivityID 0e3eccb1-9466-0001-0112-3f0e6694d701
At line:1 char:1
+ add-apppackage -path "C:\test\Zoom5.7.804_1.0.3.0_x64__fwtmgmhf0bsea. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : WriteError: (C:\test\Zoom5.7...mgmhf0bsea.msix:String) [Add-AppxPackage], IOException
+ FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand
1 best response

Accepted Solutions
best response confirmed by shreedhar_ghare (Copper Contributor)
Solution
Hi, thanks for posting the question. As the documented as stated we only support Windows 10 2004 or later.

View solution in original post