Forum Discussion

Ambikagt's avatar
Ambikagt
Copper Contributor
Jan 06, 2022

Convert APPV 5.1 to msix packages

We are using Msix sdk to convert appv to msix, cloned this repo https://github.com/Microsoft/msix-packaging/tree/release_v1.7 and produced the makemsix.exe , using this for conversion process

when extracted the appv file manuly and feed that directry as input to makemsix.exe pack command 

command it throws 

Error: c00ce223 while extracting the appx package
LOG:

XML error: c00ce223 on line 0, col 0. Validate failed because the document does not contain exactly one root node.

 

and  while unpack command to extract appv package

Error: 8bad0031 while extracting the appx package
LOG:

AppxSignature.p7x not in archive!

 

Is  this makemsix.exe supports appv to msix conversion?  

any blogs /community page which explains appv to msix conversion using msix sdk.

 

 

Resources