Forum Discussion
pulkitarora
Feb 25, 2019Copper Contributor
Manually creating MSIX packages using Packaging Layout
I am trying to manually create MSIX packages using the packaging layout as https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-layout. I am able to create APPX packages using the "MakeA...
- Feb 27, 2019Thanks for bringing this to our attention. We will add this functionality to the next release.
Andy Liu
Feb 28, 2019Former Employee
We have a bug with using the packaging layout (with MakeAppx.exe "build" command) where it won't create MSIX packages automatically, we will fix this for the next release. If you are using the MakeAppx.exe "pack" command to create packages then that should work fine for creating MSIX packages.
Sigmarsson
May 28, 2020Brass Contributor
Hello Andy Liu
Is it fixed now ? I keep encounter a perplexing error message such :
MakeAppx : error: Error info: error 80080204: App manifest validation error: Line 2, Column 2, Reason: A <Resource> element is required for packages targeting OS version 10.0.16299.0 or earlier.
What is your take on of this ?