Forum Discussion
SajidRavat
Apr 25, 2023Copper Contributor
Install of MSIX Packaging Tool - Version 1.2023.319.0
Hi All,
When installing the latest MSIX Packaging Tool in an offline environment with the following command line:
Add-AppxProvisionedPackage -Online -PackagePath .\MsixPackagingToolv1.2023.319.0.msixbundle -LicensePath .\MsixPackagingToolv1.2023.319.0_License.xml
I get the following error:
Add-AppxProvisionedPackage : A certificate chain could not be built to a trusted root authority.
At line:1 char:1
+ Add-AppxProvisionedPackage -Online -PackagePath .\MsixPackagingToolv1 ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-AppxProvisionedPackage], COMException
+ FullyQualifiedErrorId : Microsoft.Dism.Commands.AddAppxProvisionedPackageCommand
Previous version 1.2023.118.0 installs without issue
Any ideas?
Thanks.
SajidRavat
We have updated the MSIX packaging tool with proper certificate in the documentation.
Can you please attempt installation again?
Using the MSIX Packaging Tool in a disconnected environment - MSIX | Microsoft Learn
- AdamBuCopper Contributor
Hi
Message I believe is clear.
A certificate chain could not be built to a trusted root authority.
- VikrantChib
Microsoft
SajidRavat
We have updated the MSIX packaging tool with proper certificate in the documentation.
Can you please attempt installation again?
Using the MSIX Packaging Tool in a disconnected environment - MSIX | Microsoft Learn- SajidRavatCopper ContributorThis one works.. Thanks.