Forum Discussion
Charu0102
Jan 03, 2024Copper Contributor
SDK or CLI support for Appv to MSIX conversion
Hi Team, First Question : Is it possible to do Appv to MSIX conversion without using MSIX packaging tool ? If yes can you provide the SDK that can be used for the same. Second Question : Is t...
Jan 03, 2024
The Microsoft MSIX Packaging Tool has a command line interface https://learn.microsoft.com/en-us/windows/msix/packaging-tool/package-conversion-command-line that may be used.
Conversion is possible for multiple packages serially, and using the same VM the script is run from without the need to revert. There is a blog post https://www.tmurgent.com/TmBlog/?p=3210 that describes this with an updated powershell script that can be used with the MMPT. The script also supports a cli interface to an optional third party tool that can improve the packages by adding the PSF as needed.